From: Jani Taskinen Date: Wed, 25 Nov 2009 07:21:38 +0000 (+0000) Subject: - Do not forget NEWS for 5.2.. X-Git-Tag: php-5.2.12RC2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e4cd57658ce0798097294732ed1fc174c6a96d9;p=php - Do not forget NEWS for 5.2.. --- diff --git a/NEWS b/NEWS index 4a4a5d112f..0f459b18f1 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ PHP NEWS - 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).