Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31675 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45946 invoked by uid 1010); 17 Aug 2007 12:22:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45931 invoked from network); 17 Aug 2007 12:22:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2007 12:22:11 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 64.233.184.239 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 64.233.184.239 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.239] ([64.233.184.239:25165] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/03-28909-FE295C64 for ; Fri, 17 Aug 2007 08:22:08 -0400 Received: by wr-out-0506.google.com with SMTP id 58so447083wri for ; Fri, 17 Aug 2007 05:22:03 -0700 (PDT) Received: by 10.90.66.9 with SMTP id o9mr4298430aga.1187353322616; Fri, 17 Aug 2007 05:22:02 -0700 (PDT) Received: from ?192.168.1.164? ( [204.101.63.110]) by mx.google.com with ESMTPS id m30sm2962600elf.2007.08.17.05.22.01 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Aug 2007 05:22:01 -0700 (PDT) In-Reply-To: <46C5812A.3080300@php.net> References: <58ACB077-BF71-42CE-AD30-D027220789C9@prohost.org> <46C5812A.3080300@php.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: PHP Internals Content-Transfer-Encoding: 7bit Date: Fri, 17 Aug 2007 08:21:58 -0400 To: Scott MacVicar X-Mailer: Apple Mail (2.752.3) Subject: Re: [PHP-DEV] 5.2.4RC2 From: ilia@prohost.org (Ilia Alshanetsky) Hopefully Edin will have the time to upgrade the MySQL lib on the build farm, thanks letting me know. On 17-Aug-07, at 7:06 AM, Scott MacVicar wrote: > 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 >> >> >> >> Ilia Alshanetsky