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 e4ee921 commit 50ac53eCopy full SHA for 50ac53e
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="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 2.6.4"
8
9
# for standalone build of Zend Engine
10
test -z "$SED" && SED=sed
0 commit comments