Commit:    9f5fc5c0eeb8806eb02bf836bdeace5f9bb35566
Author:    Sebastian Bergmann <s...@sebastian-bergmann.de>         Wed, 3 Jul 
2013 06:52:44 +0200
Parents:   c1db6f8bddd1630b77da8d030c48f3dc178f33f3
Branches:  master

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

Log:
Sync list of supported bison version with PHP-5.5

Changed paths:
  M  Zend/acinclude.m4


Diff:
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

Reply via email to