Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18787 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64121 invoked by uid 1010); 12 Sep 2005 01:19:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64106 invoked from network); 12 Sep 2005 01:19:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2005 01:19:47 -0000 X-Host-Fingerprint: 64.233.184.207 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.207:43326] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2D/1C-27924-3B7D4234 for ; Sun, 11 Sep 2005 21:19:47 -0400 Received: by wproxy.gmail.com with SMTP id i21so1511790wra for ; Sun, 11 Sep 2005 18:19:43 -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=JZJ/gkLLUO2D3tYF6G4qyHpq3uj9xWMXcd7Ru/CQwIUx8tMGim4jn2w8MUCsgKySYd6oN8OzMaqeD8MgCgaClXpmjASfO32gu7fzjK3oyzQv4npZryPqCQzjCdFF25Cu5IRqErdQG1amWgV/lR2/IKBqvMrG6jY3LQLbXMBhhM4= Received: by 10.54.37.21 with SMTP id k21mr2153148wrk; Sun, 11 Sep 2005 18:19:43 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sun, 11 Sep 2005 18:19:43 -0700 (PDT) Message-ID: <4e89b42605091118197b83dc80@mail.gmail.com> Date: Sun, 11 Sep 2005 21:19:43 -0400 Reply-To: kingwez@gmail.com To: Kevin Waterson Cc: internals@lists.php.net In-Reply-To: <20050912100353.4a2bcd8a.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> <4e89b42605091107287e6efbc7@mail.gmail.com> <20050912100353.4a2bcd8a.kevin@oceania.net> Subject: Re: [PHP-DEV] pdo_sqlite error 5.1 From: kingwez@gmail.com (Wez Furlong) It's something for Marcus to look at, as he added that line. --Wez. On 9/11/05, Kevin Waterson wrote: > This one time, at band camp, Wez Furlong wrote: >=20 > > 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. >=20 > I was un-aware you could directly implement traversable. My understanding > was that you needed to Implement Iterator. >=20 > Kevin > -- > "Democracy is two wolves and a lamb voting on what to have for lunch. > Liberty is a well-armed lamb contesting the vote." >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >