Commit: 5c4d9123fa48475bc2e297c57c2ab67e0be7b289 Author: Xinchen Hui <larue...@gmail.com> Fri, 5 Apr 2013 21:35:09 +0800 Parents: ce88a811112ad3b7745149581322d3996dc6eb55 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5c4d9123fa48475bc2e297c57c2ab67e0be7b289 Log: Drop support for bison < 2.4 when building PHP from GIT source Changed paths: M NEWS M Zend/acinclude.m4 Diff: diff --git a/NEWS b/NEWS index 9816267..3bff64f 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,10 @@ PHP NEWS interval is created using the createFromDateString method) (Lonny Kapelushnik, Derick) +- General improvements: + . Drop support for bison < 2.4 when building PHP from GIT source. + (Laruence) + 28 Mar 2013, PHP 5.5.0 Beta 2 - Core: diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 136d2d8..454513f 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 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="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.3 2.6.4 2.6.5 2.7" # for standalone build of Zend Engine test -z "$SED" && SED=sed -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php