On 4/27/07, Ilia Alshanetsky <ilia@prohost.org> 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