pajoye Tue, 13 Jul 2010 18:56:05 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=301246
Log: - merge news for var_export fix Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS =================================================================== --- php/php-src/branches/PHP_5_2/NEWS 2010-07-13 18:53:12 UTC (rev 301245) +++ php/php-src/branches/PHP_5_2/NEWS 2010-07-13 18:56:05 UTC (rev 301246) @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Jul 2010, PHP 5.2.14 +- Rewrote var_export() to use smart_str rather than output buffering, prevents + data disclosure if a fatal error occurs. (Scott) - Fixed bug #52238 (Crash when an Exception occured in iterator_to_array). (Johannes)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php