]> granicus.if.org Git - php/commitdiff
- Do not forget NEWS for 5.2..
authorJani Taskinen <jani@php.net>
Wed, 25 Nov 2009 07:21:38 +0000 (07:21 +0000)
committerJani Taskinen <jani@php.net>
Wed, 25 Nov 2009 07:21:38 +0000 (07:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4a4a5d112fc221754cfc5f7335517215fc9df8fd..0f459b18f11711ae887517423d97c8a081c12913 100644 (file)
--- 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).