From: Rasmus Lerdorf Date: Sat, 14 Feb 2009 21:21:59 +0000 (+0000) Subject: 2.4.1 is safe X-Git-Tag: php-5.4.0alpha1~191^2~4276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=893e46378046423c31eeb0827c862f0af6dbaf5d;p=php 2.4.1 is safe --- diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 37068a316b..0abc75c76f 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" + bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1" # for standalone build of Zend Engine test -z "$SED" && SED=sed