jani Wed, 25 Nov 2009 07:21:38 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=291292
Log: - Do not forget NEWS for 5.2.. Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS =================================================================== --- php/php-src/branches/PHP_5_2/NEWS 2009-11-25 05:44:27 UTC (rev 291291) +++ php/php-src/branches/PHP_5_2/NEWS 2009-11-25 07:21:38 UTC (rev 291292) @@ -8,6 +8,7 @@ - Changed "post_max_size" php.ini directive to allow unlimited post size by setting it to 0. (Rasmus) +- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus) - Fixed error_log() to be binary safe when using message_type 3. (Jani) - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays). Modified: php/php-src/branches/PHP_5_3/NEWS =================================================================== --- php/php-src/branches/PHP_5_3/NEWS 2009-11-25 05:44:27 UTC (rev 291291) +++ php/php-src/branches/PHP_5_3/NEWS 2009-11-25 07:21:38 UTC (rev 291292) @@ -20,12 +20,12 @@ - Implemented FR #49253 (added support for libcurl's CERTINFO option). (Linus Nielsen Feltzing <li...@haxx.se>) +- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus) - 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) - Fixed memory leak in extension loading when an error occurs on Windows. (Pierre) -- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus) - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays). (Felipe)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php