Skip to content

Commit 9f5fc5c

Browse files
Sync list of supported bison version with PHP-5.5
1 parent c1db6f8 commit 9f5fc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/acinclude.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl This file contains local autoconf functions.
44

55
AC_DEFUN([LIBZEND_BISON_CHECK],[
66
# we only support certain bison versions
7-
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"
7+
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"
88
99
# for standalone build of Zend Engine
1010
test -z "$SED" && SED=sed

0 commit comments

Comments
 (0)