Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53936 invoked from network); 14 Jul 2008 11:38:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2008 11:38:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:52164] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/26-16791-3CA3B784 for ; Mon, 14 Jul 2008 07:38:43 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KIMO3-000Gwi-8o; Mon, 14 Jul 2008 11:38:35 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18lOIvaDbQDeUfyDYKIBRNw6zuX8M7fyvA= Message-ID: <487B3AD0.8010909@sci.fi> Date: Mon, 14 Jul 2008 14:38:56 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Ulf Wendel CC: jani.taskinen@iki.fi, PHP Developers Mailing List References: <1215966417.4685.14.camel@localhost> <487B1C8E.2010703@phpdoc.de> <487B271F.70105@sci.fi> <487B38D7.1000308@phpdoc.de> In-Reply-To: <487B38D7.1000308@phpdoc.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] tentative 5.3 release plan From: jani.taskinen@sci.fi (Jani Taskinen) Well, connection issues using mysqlnd seems to be pretty commonly reported, like this: http://bugs.php.net/45468 There are 20 open reports currently: http://bugs.php.net/search.php?cmd=display&bug_type[]=MySQL+related&bug_type[]=MySQLi+related&status=Open&order_by=id&phpver=5&limit=50 I don't know if these are on some list in some blog, I only check the php bug system for open issues. --Jani Ulf Wendel wrote: > Jani Taskinen schrieb: >> Ulf Wendel wrote: >> >>> We did a tough development sprint in the last weeks to make the patch >>> "ready" for the tentative PHP 5.3 release plan. Our internal release >>> plan shows no coding between Beta and GA but fixing newly reported bugs. >> >> What about the already reported (a.k.a. "old") bugs? :) > > Have a look at the bug overview at http://blog.ulf-wendel.de/?p=190 . > Many old PDO_MYSQL bugs have been fixed. I don't claim the list to be > complete. If you are worried about any particular bug, let me know. > > A good number of reported bugs are PDO bugs not driver bugs. For example > the LIMIT issue is reported frequently as a PDO_MYSQL bug although it > is a side-effect of the PDO SQL parser [1]. > > Several new bugs have been found in PDO_MYSQL and PDO. We have not > worked on the PDO bugs as we have focussed on our driver first. Ilia > fixed some of the major ones. Other bug reports are about minor issues. > > The thingie Johannes is working on is teaching PDO not to copy zvals > from the drivers but supporting drivers who want to manage zvals > themself, such as mysqlnd does. This change will prevent that we run > into another issue where mysqlnd and PDO logic clash and PDO rejects a > number and returns NULL instead of the number - the only show stopper I > know of. All other issues I see are rather minor ones. > > Cross platform testing has been performed on: > > AIX 5.3 ppc64 > FC4 x86 > FreeBSD 6 x86, x86_64 > HP UX 11.23 ia64 > MacOS X 10.4 ppc32, x86 > RHEL 3 ia64, x86, x86_64 > RHEL 4 ia64, x86, x86_64 > SLES 9 ia64, x86, x86_64 > Suse 10.3 x86, x86_64 > Win32 > > Solaris 8 to 10 failed to compile SPL with (Sun) CC last wednesday. I > haven't looked into it yet. Win64 is missing. Anyway, the first > X-platform results are very good, given that I haven't "tuned" the tests > for x-platform compatibility yet. > > Ulf > > [1] http://blog.ulf-wendel.de/?p=191