Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27644 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51175 invoked by uid 1010); 25 Jan 2007 11:43:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51160 invoked from network); 25 Jan 2007 11:43:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2007 11:43:38 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:40434] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/E4-13597-8E798B54 for ; Thu, 25 Jan 2007 06:43:38 -0500 Received: (qmail 1954 invoked from network); 25 Jan 2007 11:41:55 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 25 Jan 2007 11:41:55 -0000 Message-ID: <45B897E5.40007@zend.com> Date: Thu, 25 Jan 2007 14:43:33 +0300 User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: Tomas Kuliavas CC: internals@lists.php.net References: <0F741213-BCA4-4923-A83A-3E4E9C561DAE@prohost.org> <5F.94.13597.04698B54@pb1.pair.com> In-Reply-To: <5F.94.13597.04698B54@pb1.pair.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.2.1RC3 Released From: antony@zend.com (Antony Dovgal) On 01/25/2007 02:36 PM, Tomas Kuliavas wrote: >> 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. Please provide more details on this. > 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? We're open for patches. Feel free to send one. -- Wbr, Antony Dovgal