jani Wed, 16 Dec 2009 13:05:43 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=292205
Log: - Fix news again 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 2009-12-16 12:59:38 UTC (rev 292204) +++ php/php-src/branches/PHP_5_2/NEWS 2009-12-16 13:05:43 UTC (rev 292205) @@ -3,6 +3,7 @@ ?? ??? 2010, PHP 5.2.13 17 Dec 2009, PHP 5.2.12 +- Updated timezone database to version 2009.19 (2009s). (Derick) - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a single text node when using libxml2.7.3+. (Kalle) @@ -12,7 +13,11 @@ number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion. (Ilia) +- Changed "post_max_size" php.ini directive to allow unlimited post size by + setting it to 0. (Rasmus) + - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas) + - Fixed error_log() to be binary safe when using message_type 3. (Jani) - Fixed unnecessary invocation of setitimer when timeouts have been disabled. (Arvind Srinivasan) @@ -28,11 +33,6 @@ (Felipe) - Fixed memory leak in openssl_pkcs12_export_to_file(). (Felipe) -- Updated timezone database to version 2009.19 (2009s). (Derick) - -- Changed "post_max_size" php.ini directive to allow unlimited post size by - setting it to 0. (Rasmus) - - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes segfault). (davbrown4 at yahoo dot com, Felipe) - Fixed bug #50345 (nanosleep not detected properly on some solaris versions).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php