Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82996 invoked by uid 1010); 22 Oct 2003 17:19:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82952 invoked from network); 22 Oct 2003 17:19:08 -0000 Received: from unknown (HELO mail.dybnet.de) (195.75.116.242) by pb1.pair.com with SMTP; 22 Oct 2003 17:19:08 -0000 Received: (qmail 29034 invoked by uid 508); 22 Oct 2003 17:19:17 -0000 Received: from unknown (HELO vandal) (vandal@213.54.28.158) by www.dybnet.de with RC4-MD5 encrypted SMTP; 22 Oct 2003 17:19:17 -0000 To: , "'PHP Development'" Date: Wed, 22 Oct 2003 19:18:00 +0200 Organization: BackendMedia GbR MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <200310221318.27225.ilia@prohost.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcOYv9qWU0iOuzc0SRW3Jdr2hPSGIQAAHQRA Subject: RE: [PHP-DEV] database driver: no more rows From: smith@backendmedia.com ("Lukas Smith") Message-ID: References: <200310221318.27225.ilia@prohost.org> > From: Ilia Alshanetsky [mailto:ilia@prohost.org] > Sent: Wednesday, October 22, 2003 7:18 PM > To: Lukas Smith; 'PHP Development' > Subject: Re: [PHP-DEV] database driver: no more rows > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I wouldn't mind such a change myself, however what about all the > installations > where people do while (*fetch_row() !== false) ? Yeah ... php5 would be a good time to make this change. I don't assume that a lot of people will actually do !== since in those methods you either get an array or false .. Regards, Lukas