We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1db6f8 commit 9f5fc5cCopy full SHA for 9f5fc5c
Zend/acinclude.m4
@@ -4,7 +4,7 @@ dnl This file contains local autoconf functions.
4
5
AC_DEFUN([LIBZEND_BISON_CHECK],[
6
# 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"
+ 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"
8
9
# for standalone build of Zend Engine
10
test -z "$SED" && SED=sed
0 commit comments