Drop support for bison < 2.4 when building PHP from GIT source

This commit is contained in:
Xinchen Hui 2013-04-05 21:35:09 +08:00
parent ce88a81111
commit 5c4d9123fa
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -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:

View 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