iliaa Thu May 11 22:04:51 2006 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS acinclude.m4 Log: Fixed bug #37413 (Rejected versions of flex that don't work). http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.13&r2=1.2027.2.547.2.14&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.13 php-src/NEWS:1.2027.2.547.2.14 --- php-src/NEWS:1.2027.2.547.2.13 Wed May 10 21:19:32 2006 +++ php-src/NEWS Thu May 11 22:04:51 2006 @@ -1,4 +1,4 @@ -PHP NEWS +'PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.2.0 - Added support for getenv() input filtering. (Rasmus) @@ -16,6 +16,7 @@ - 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 http://cvs.php.net/viewcvs.cgi/php-src/acinclude.m4?r1=1.332.2.14&r2=1.332.2.14.2.1&diff_format=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.332.2.14 php-src/acinclude.m4:1.332.2.14.2.1 --- php-src/acinclude.m4:1.332.2.14 Mon Apr 10 12:17:36 2006 +++ php-src/acinclude.m4 Thu May 11 22:04:51 2006 @@ -1,5 +1,5 @@ dnl -dnl $Id: acinclude.m4,v 1.332.2.14 2006/04/10 12:17:36 sniper Exp $ +dnl $Id: acinclude.m4,v 1.332.2.14.2.1 2006/05/11 22:04:51 iliaa Exp $ dnl dnl This file contains local autoconf functions. dnl @@ -2048,8 +2048,7 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php