Commit:    81c6a060a271c29123c342a282d2c48fda45be03
Author:    Ryusuke SEKIYAMA <rsky0...@gmail.com>         Thu, 19 Jul 2012 
15:18:31 +0900
Committer: Stanislav Malyshev <s...@php.net>      Sun, 5 Aug 2012 20:48:42 -0700
Parents:   82bc8821f93064db5a6a42de70af9df2df1519d9
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=81c6a060a271c29123c342a282d2c48fda45be03

Log:
Added Bison 2.5.1 to bison_version_list

Changed paths:
  M  Zend/acinclude.m4


Diff:
diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4
index 97d5d64..a7358fa 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"
+  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"
 
   # 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

Reply via email to