The first release candidate of 5.2.10 was just released for testing
and can be downloaded here:
http://downloads.php.net/ilia/php-5.2.10RC1.tar.bz2 (md5sum:
4ef611fdcf7269b2d372dbdebc504cdb)
The windows binaries are available at: http://windows.php.net/qa/
This is a purely a bug-fix release, which is only a few months old, so
I am hoping for a real quick release cycle. The next RC will be out a
week from now and if all is well, it'll be the final RC. To make this
possible, please test this RC against your code base and report any
problems that you encounter.
Ilia Alshanetsky
PHP 5.2 Release Master
Hi!
The first release candidate of 5.2.10 was just released for testing and
can be downloaded here:
Do I understand right that #48247 is not fixed yet in 5.2? If so, I
think it'd be good to have the fix for 5.2.10 release.
Stanislav Malyshev, Zend Software Architect
stas@zend.com http://www.zend.com/
(408)253-8829 MSN: stas@zend.com
Stanislav Malyshev wrote:
Hi!
The first release candidate of 5.2.10 was just released for testing
and can be downloaded here:Do I understand right that #48247 is not fixed yet in 5.2? If so, I
think it'd be good to have the fix for 5.2.10 release.
No, it's not fixed. Just needs some infinite recursion protection plus
moving the (or rather adding it also) init of tzcache into GINIT.
--Jani
Hi!
No, it's not fixed. Just needs some infinite recursion protection plus
moving the (or rather adding it also) init of tzcache into GINIT.
Attached is the patch that seems to do the trick for me. Any objections?
Stanislav Malyshev, Zend Software Architect
stas@zend.com http://www.zend.com/
(408)253-8829 MSN: stas@zend.com
Stanislav Malyshev kirjoitti:
Hi!
No, it's not fixed. Just needs some infinite recursion protection plus
moving the (or rather adding it also) init of tzcache into GINIT.Attached is the patch that seems to do the trick for me. Any objections?
Looks fine by me. Just commit to all branches..
--Jani