]> granicus.if.org Git - php/commitdiff
Drop support for bison < 2.4 when building PHP from GIT source
authorXinchen Hui <laruence@gmail.com>
Fri, 5 Apr 2013 13:35:09 +0000 (21:35 +0800)
committerXinchen Hui <laruence@gmail.com>
Fri, 5 Apr 2013 13:35:09 +0000 (21:35 +0800)
NEWS
Zend/acinclude.m4

diff --git a/NEWS b/NEWS
index 9816267d6b0e462158cfb13b0582b1d630f71bb3..3bff64f706ac204e2caf6ef3c6bb624696c5a32e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ PHP                                                                        NEWS
     interval is created using the createFromDateString method) (Lonny
     Kapelushnik, Derick)
 
+- General improvements:
+  . Drop support for bison < 2.4 when building PHP from GIT source. 
+    (Laruence)
+
 28 Mar 2013, PHP 5.5.0 Beta 2
 
 - Core:
index 136d2d8befeb57bdc59dd9aaa8914cd089b381e6..454513f68cf81745351764415c715f340a011254 100644 (file)
@@ -4,7 +4,7 @@ dnl This file contains local autoconf functions.
 
 AC_DEFUN([LIBZEND_BISON_CHECK],[
   # we only support certain bison versions
-  bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2"
+  bison_version_list="2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7"
 
   # for standalone build of Zend Engine
   test -z "$SED" && SED=sed