felipe                                   Thu, 07 Oct 2010 21:44:41 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=304193

Log:
- Added bison 2.4.3 version to the bison version list

Changed paths:
    U   php/php-src/branches/PHP_5_3/Zend/acinclude.m4
    U   php/php-src/trunk/Zend/acinclude.m4

Modified: php/php-src/branches/PHP_5_3/Zend/acinclude.m4
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/acinclude.m4      2010-10-07 21:36:19 UTC 
(rev 304192)
+++ php/php-src/branches/PHP_5_3/Zend/acinclude.m4      2010-10-07 21:44:41 UTC 
(rev 304193)
@@ -4,7 +4,7 @@

 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"
+  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"

   # for standalone build of Zend Engine
   test -z "$SED" && SED=sed

Modified: php/php-src/trunk/Zend/acinclude.m4
===================================================================
--- php/php-src/trunk/Zend/acinclude.m4 2010-10-07 21:36:19 UTC (rev 304192)
+++ php/php-src/trunk/Zend/acinclude.m4 2010-10-07 21:44:41 UTC (rev 304193)
@@ -4,7 +4,7 @@

 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"
+  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"

   # 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