Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27643 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49270 invoked by uid 1010); 25 Jan 2007 11:36:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49255 invoked from network); 25 Jan 2007 11:36:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2007 11:36:33 -0000 X-Host-Fingerprint: 195.22.180.233 gw.rgc.lt Received: from [195.22.180.233] ([195.22.180.233:2139] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/94-13597-04698B54 for ; Thu, 25 Jan 2007 06:36:32 -0500 Message-ID: <5F.94.13597.04698B54@pb1.pair.com> To: internals@lists.php.net Date: Thu, 25 Jan 2007 13:36:27 +0200 User-Agent: IceDove 1.5.0.9 (X11/20061220) MIME-Version: 1.0 References: <0F741213-BCA4-4923-A83A-3E4E9C561DAE@prohost.org> In-Reply-To: <0F741213-BCA4-4923-A83A-3E4E9C561DAE@prohost.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Posted-By: 195.22.180.233 Subject: Re: PHP 5.2.1RC3 Released From: tokul@users.sourceforge.net (Tomas Kuliavas) > The 2nd release candidate for PHP 5.2.1 is now available for download. > The tarballs can be found here: > > http://downloads.php.net/ilia/php-5.2.1RC3.tar.bz2 > (d3889eda8c3471ce7cf2adb35a4de736) > http://downloads.php.net/ilia/php-5.2.1RC3.tar.gz > (c5b3e5540d1951d4c4b976b8a39c09ab) > > and the Win32 binaries will be available in short order. > > Since the last release, there are over 20 different bug fixes resolving > some annoying engine issues such as the tempval leak inside foreach(). > We do not anticipate any regressions to be introduced by this RC, but I > would still like to ask everyone to take a few minutes and test it > against their code base. If you come across any issues please report > them at http://bugs.php.net/. > > Depending on the stability of this release it may either be followed by > a final release or another RC, therefor your feedback is critical to > determining whether or not the code is stable enough to warrant the > 5.2.1 final. Bugfix for #39993 introduced LC_CTYPE variable corruption. Comments in bug report stated that patch is not correct, yet patch was commited to cvs. Is it that difficult to replace strcasecmp with locale independent case insensitive comparison function? -- Tomas