summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2012-10-18 17:53:21 +0100
committerDerick Rethans <github@derickrethans.nl>2012-10-18 17:53:21 +0100
commit7aed21c55753d2cfb5dc66e47b1a7396333e566f (patch)
treea48044c6c7db256bbd4bb25e2df4a7cc49e37481
parent0d7965f0a32dc967a1665d274cdc0e39d44c87bb (diff)
downloadphp-git-7aed21c55753d2cfb5dc66e47b1a7396333e566f.tar.gz
SUpport newer bisons.
-rw-r--r--Zend/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4
index 97d5d647bb..136d2d8bef 100644
--- a/Zend/acinclude.m4
+++ b/Zend/acinclude.m4
@@ -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"
+ 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"
# for standalone build of Zend Engine
test -z "$SED" && SED=sed