From: Ilia Alshanetsky Date: Thu, 11 May 2006 22:04:51 +0000 (+0000) Subject: Fixed bug #37413 (Rejected versions of flex that don't work). X-Git-Tag: php-5.2.0RC1~583 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8c7ecc0610aea509db01302e9fcad7f00604533;p=php Fixed bug #37413 (Rejected versions of flex that don't work). --- diff --git a/NEWS b/NEWS index 3dbb1c3861..58d2d61285 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -PHP NEWS +'PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.2.0 - Added support for getenv() input filtering. (Rasmus) @@ -16,6 +16,7 @@ PHP NEWS - Added support for Apache 2.2 handler in the Windows distro. (Edin) - Added pg_field_table() function. (Edin) - Add implementation of curl_multi_info_read (Brian) +- Fixed bug #37413 (Rejected versions of flex that don't work). (Ilia) - Fixed bug #37394 (substr_compare() returns an error when offset equals string length). (Ilia) - Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of diff --git a/acinclude.m4 b/acinclude.m4 index 9062f7c247..020f433fb6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2048,8 +2048,7 @@ AC_DEFUN([PHP_PROG_LEX], [ case $php_cv_flex_version in ""|invalid[)] flex_msg="flex versions supported for regeneration of the Zend/PHP parsers: $flex_version_list (found: $flex_version)." - AC_MSG_WARN([$flex_msg]) - LEX="exit 0;" + AC_MSG_ERROR([$flex_msg]) ;; esac PHP_SUBST(LEX)