tony2001 Wed Feb 11 09:58:59 2009 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: MFH: fix bug #47353 (crash when creating a lot of objects in object destructor) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1412&r2=1.2027.2.547.2.1413&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1412 php-src/NEWS:1.2027.2.547.2.1413 --- php-src/NEWS:1.2027.2.547.2.1412 Mon Feb 9 03:44:58 2009 +++ php-src/NEWS Wed Feb 11 09:58:58 2009 @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Feb 2009, PHP 5.2.9 +- Fixed bug #47353 (crash when creating a lot of objects in object destructor). + (Tony) - Fixed bug #47322 (sscanf %d doesn't work). (Felipe) - Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream). (Greg)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php