Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18778 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42352 invoked by uid 1010); 11 Sep 2005 14:28:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42336 invoked from network); 11 Sep 2005 14:28:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2005 14:28:45 -0000 X-Host-Fingerprint: 64.233.184.193 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.193:26930] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 25/9B-17383-D1F34234 for ; Sun, 11 Sep 2005 10:28:45 -0400 Received: by wproxy.gmail.com with SMTP id i21so1453883wra for ; Sun, 11 Sep 2005 07:28:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sgtD+w8vw9ODElPe5oUlyPt5ZX7pvcyax/eVdGkQmMoLHNgTy/OJLmBEtp2nh2hK2NW2CLFOs4KodaGMQsLvhfM/pgXF2vm4NO/H2D9zzg5nFIKIH+xCxb0C7uDoleZbTz5Om9cHbf+vHT93Xgs3TLSi/5T9ztidIGImOAN3Ld0= Received: by 10.54.37.21 with SMTP id k21mr1820324wrk; Sun, 11 Sep 2005 07:28:42 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sun, 11 Sep 2005 07:28:42 -0700 (PDT) Message-ID: <4e89b42605091107287e6efbc7@mail.gmail.com> Date: Sun, 11 Sep 2005 10:28:42 -0400 Reply-To: kingwez@gmail.com To: Kevin Waterson Cc: internals@lists.php.net, Marcus Boerger In-Reply-To: <20050911232418.3b04770d.kevin@oceania.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050911232418.3b04770d.kevin@oceania.net> Subject: Re: [PHP-DEV] pdo_sqlite error 5.1 From: kingwez@gmail.com (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 this same thing, it also needs to be fixed before release. --Wez. On 9/11/05, Kevin Waterson wrote: >=20 > PHP Fatal error: Class PDOStatement must implement interface Traversable= as part of either Iterator or IteratorAggregate i > n Unknown on line 0