Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65398 invoked by uid 1010); 17 Aug 2007 11:06:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65365 invoked from network); 17 Aug 2007 11:06:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2007 11:06:36 -0000 Authentication-Results: pb1.pair.com header.from=scottmac@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scottmac@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 72.36.186.210 as permitted sender) X-PHP-List-Original-Sender: scottmac@php.net X-Host-Fingerprint: 72.36.186.210 midden.org.uk Received: from [72.36.186.210] ([72.36.186.210:45803] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/F3-34488-53185C64 for ; Fri, 17 Aug 2007 07:06:31 -0400 Received: from office.vbulletin.com ([217.155.246.60] helo=[10.0.0.116]) by lovelace.midden.org.uk with esmtp (Exim 4.63) (envelope-from ) id 1ILzer-00070P-Ko; Fri, 17 Aug 2007 12:06:25 +0100 Message-ID: <46C5812A.3080300@php.net> Date: Fri, 17 Aug 2007 12:06:18 +0100 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ilia Alshanetsky CC: PHP Internals References: <58ACB077-BF71-42CE-AD30-D027220789C9@prohost.org> In-Reply-To: <58ACB077-BF71-42CE-AD30-D027220789C9@prohost.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.2.4RC2 From: scottmac@php.net (Scott MacVicar) We still need to get the Windows builds using the latest libmysql or at least a downgrade to solve bug #41350. The code is already checked in to fix it, we just need the new library. I've emailed Edin and assigned him the bug a few weeks ago but no reply yet, is someone else got access to the build machine to do the upgrade? I believe this should block 5.2.4 as on Windows when using CGI / CLI this causes an error message to get printed at the bottom of every page as well as holding on to a connection for 30s more than needed as MySQL waits for the resources to be freed. Scott Ilia Alshanetsky wrote: > As promised two weeks ago, the 5.2.4RC2 was released today and the > sources for the release can be found here: > > http://downloads.php.net/ilia/php-5.2.4RC2.tar.bz2 (md5sum: > dc6589d253b4ac5010603c5927f33546 ) > > Windows binaries should become available in short order as well. > > All in all the feedback on RC1 has been largely positive and since it > was released another 20+ fixes were added to the code as well as a > plethora of new test cases, which bumps up the code coverage to 53%. The > number of changes in the CVS have petered off in the last few days, > which is usually a sign that we are ready for a final release, or that > everyone is on vacation. Please try this RC out on your code and report > back any critical issues you may discover. If all goes well the plan is > to have the final release done by the end of next week. > > Ilia Alshanetsky > > > >