From: Rasmus Lerdorf Date: Thu, 19 May 2011 20:07:02 +0000 (+0000) Subject: Should probably have a note on the autoconf 2.60+ requirement here X-Git-Tag: php-5.4.0alpha1~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fceeb296e61fa57380e19f62dbe1b1dfe927e81a;p=php Should probably have a note on the autoconf 2.60+ requirement here --- diff --git a/NEWS b/NEWS index 81a1f01742..82530508d6 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 201?, PHP 5.4.0 - Upgraded bundled Sqlite3 to version 3.7.4. (Ilia) - Upgraded bundled PCRE to version 8.10. (Ilia) +- autoconf 2.60+ is now supported (and required) for generating the configure + script with ./buildconf (Rasmus) - Removed legacy features: . break/continue $var syntax. (Dmitry)