Re: [PHP-DEV] pdo_sqlite error 5.1

2005-09-14 Thread Marcus Boerger
Hello Kevin, interface traversable is only a tag. And as such it can only be implemented by either interfaces Iterator and Aggregate or by internal classes. That said there is either something wrong with the check for implementers being internal classes or PDO classes aren't internal classes whe

Re: [PHP-DEV] pdo_sqlite error 5.1

2005-09-11 Thread Wez Furlong
It's something for Marcus to look at, as he added that line. --Wez. On 9/11/05, Kevin Waterson <[EMAIL PROTECTED]> wrote: > This one time, at band camp, Wez Furlong <[EMAIL PROTECTED]> wrote: > > > Looks like implementing traversable also requires implementing some > > other interfaces. > > I've

Re: [PHP-DEV] pdo_sqlite error 5.1

2005-09-11 Thread Kevin Waterson
This one time, at band camp, Wez Furlong <[EMAIL PROTECTED]> wrote: > Looks like implementing traversable also requires implementing some > other interfaces. > I've removed this line from the code in CVS, so that people can > actually use the snapshots; they're currently all hard-broken with > thi

Re: [PHP-DEV] pdo_sqlite error 5.1

2005-09-11 Thread Wez Furlong
Looks like implementing traversable also requires implementing some other interfaces. I've removed this line from the code in CVS, so that people can actually use the snapshots; they're currently all hard-broken with this error when a class implements traversable. If there's any other code doing t