pajoye Tue, 27 Oct 2009 10:44:11 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=289982
Log: - #48752 Bug: http://bugs.php.net/48752 (Assigned) SIGSEGV during date parsing with new timelib Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_3_1/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS =================================================================== --- php/php-src/branches/PHP_5_2/NEWS 2009-10-27 10:41:45 UTC (rev 289981) +++ php/php-src/branches/PHP_5_2/NEWS 2009-10-27 10:44:11 UTC (rev 289982) @@ -27,6 +27,7 @@ (Moriyoshi, hello at iwamot dot com) - Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications). (Ilia, Florian Anderiasch) +- Fixed bug #48752 (Crash during date parsing with invalid date). (Pierre) - Fixed bug #49738 (calling mcrypt() after mcrypt_generic_deinit() crashes). (Sriram Natarajan) - Fixed bug #49698 (Unexpected change in strnatcasecmp()). (Rasmus) Modified: php/php-src/branches/PHP_5_3_1/NEWS =================================================================== --- php/php-src/branches/PHP_5_3_1/NEWS 2009-10-27 10:41:45 UTC (rev 289981) +++ php/php-src/branches/PHP_5_3_1/NEWS 2009-10-27 10:44:11 UTC (rev 289982) @@ -1,7 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2009, PHP 5.3.1 RC3 -- #49986 (Missing ICU DLLs on windows package). (Pierre) +- Fixed bug #49986 (Missing ICU DLLs on windows package). (Pierre) +- Fixed bug #48752 (Crash during date parsing with invalid date). (Pierre) 20 Oct 2009, PHP 5.3.1 RC2 - Upgraded bundled sqlite to version 3.6.19. (Scott)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php