Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86409 invoked by uid 1010); 28 Apr 2007 11:34:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86394 invoked from network); 28 Apr 2007 11:34:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2007 11:34:10 -0000 Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.242 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 209.85.132.242 an-out-0708.google.com Received: from [209.85.132.242] ([209.85.132.242:25726] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/C4-29267-03133364 for ; Sat, 28 Apr 2007 07:34:09 -0400 Received: by an-out-0708.google.com with SMTP id c28so879593ana for ; Sat, 28 Apr 2007 04:34:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UXX81+8b4gfdB3G3nbxifk0KEsZU7SQTe3AGixHlb0qg+V+JFjZZPak65nvFcZXlOm9mOLFBSeKZsjNquGXd2VjNv/F3IIMoH/8Z7nK2uDIAmAsVTCrDM5RVraL553uo8FO+hNj1RpBpNcz7pm7xUe4FANX6k77PcKrL4wX+MCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BKKonELrYY53451FZBhESPEfE67ZN64rExgppEr76mPvTcyYf9157lS+0l1N4uy2Hv+eXTYAy4RfwxxFEV46i6kTveesRyFKLKpe+Sn3lFco38foVN86Sm5dLeK69VsBBVnSaCghd8bp3U20uxnGk1Xl0tdQBKg3g6qzeuuUlyc= Received: by 10.100.37.4 with SMTP id k4mr2730445ank.1177760045715; Sat, 28 Apr 2007 04:34:05 -0700 (PDT) Received: by 10.100.43.17 with HTTP; Sat, 28 Apr 2007 04:34:05 -0700 (PDT) Message-ID: Date: Sat, 28 Apr 2007 12:34:05 +0100 To: "Ilia Alshanetsky" Cc: "php-dev List" In-Reply-To: <7846C5DC-F2F0-4F09-9FDF-C0DF82A0BD6A@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7846C5DC-F2F0-4F09-9FDF-C0DF82A0BD6A@prohost.org> Subject: Re: [PHP-DEV] 5.2.2RC2 Released From: tijnema@gmail.com ("Tijnema !") On 4/27/07, Ilia Alshanetsky wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > The second, and hopefully final release candidate of PHP 5.2.2 was > just released and can be downloaded here: > > Source Code: > http://downloads.php.net/ilia/php-5.2.2RC2.tar.bz2 (md5sum: > 4752195cc5418686914ee1db08774763) > > Win32 Binaries: > > http://downloads.php.net/edink/php-5.2.2RC2-Win32.zip (md5sum: > afa59d4219d83b7281f0101c9dae947e) > > Since there were no major regressions in RC1 and RC2 only resolved > pre-existing issues the goal is to proceed with the final release > next Thursday. To make sure that the release is solid and does not > break any existing code I would like ask everyone to test it against > their code to see if everything still works as expected. If you > identify any new issues since 5.2.1, please let me know by replying > to this e-mail or by sending me an e-mail directly. > > Ilia Alshanetsky > 5.2 Release Master > I don't know if it is right to reply here, but the php-5.2.2RC2 test suite fails 5 more tests then the testsuite of php-5.2.1 The additional failed test are: 1. Bug #40236 (php -a function allocation eats memory) [Zend/tests/bug40236.phpt] 2. double to string conversion tests [Zend/tests/double_to_string.phpt] 3. gmp_divexact() tests (OK to fail with GMP =< 4.2.1) [ext/gmp/tests/011.phpt] 4. IPv6 Loopback test [ext/sockets/tests/ipv6loop.phpt] 5. htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15) [ext/standard/tests/strings/htmlentities02.phpt] (warn: possibly braindead libc) my gmp version is 3.4.2, so it's normal that test 3 fails here. PHP test log for 5.2.1: http://86.86.80.41/PHP/php_test_results_5.2.1.txt PHP test log for 5.2.2RC2: http://86.86.80.41/PHP/php_test_results_5.2.2RC2.txt Didn't break any code yet :) Tijnema