From: Rasmus Lerdorf Date: Sat, 14 Feb 2009 21:04:07 +0000 (+0000) Subject: 2.4.1 is safe to use. Perhaps we should just drop the 3rd part from X-Git-Tag: php-5.2.9RC3~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af6d9528ce4e0a23358c26369de6310531cb4559;p=php 2.4.1 is safe to use. Perhaps we should just drop the 3rd part from the check there? Might be unsafe if they break 2.4.2 though --- diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 1c6ebd9baa..3dc3da6b61 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