[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/acinclude.m4 branches/PHP_5_4/Zend/acinclude.m4 trunk/Zend/acinclude.m4

2011-06-12 Thread Felipe Pena
felipe   Sun, 12 Jun 2011 17:26:45 +

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

Log:
- Added Bison 2.5 to bison_version_list

Changed paths:
U   php/php-src/branches/PHP_5_3/Zend/acinclude.m4
U   php/php-src/branches/PHP_5_4/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  2011-06-12 17:15:02 UTC 
(rev 312108)
+++ php/php-src/branches/PHP_5_3/Zend/acinclude.m4  2011-06-12 17:26:45 UTC 
(rev 312109)
@@ -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 
2.4.3"
+  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"

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

Modified: php/php-src/branches/PHP_5_4/Zend/acinclude.m4
===
--- php/php-src/branches/PHP_5_4/Zend/acinclude.m4  2011-06-12 17:15:02 UTC 
(rev 312108)
+++ php/php-src/branches/PHP_5_4/Zend/acinclude.m4  2011-06-12 17:26:45 UTC 
(rev 312109)
@@ -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 
2.4.3"
+  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"

   # 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 2011-06-12 17:15:02 UTC (rev 312108)
+++ php/php-src/trunk/Zend/acinclude.m4 2011-06-12 17:26:45 UTC (rev 312109)
@@ -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 
2.4.3"
+  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"

   # 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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/acinclude.m4 trunk/Zend/acinclude.m4

2010-10-07 Thread Felipe Pena
felipe   Thu, 07 Oct 2010 21:44:41 +

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

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/Zend/ acinclude.m4

2010-05-03 Thread Pierre Joye
pajoye   Mon, 03 May 2010 09:05:30 +

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

Log:
- update bison version (mike)

Changed paths:
U   php/php-src/branches/PHP_5_3/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-05-03 08:29:31 UTC 
(rev 298892)
+++ php/php-src/branches/PHP_5_3/Zend/acinclude.m4  2010-05-03 09:05:30 UTC 
(rev 298893)
@@ -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"
+  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"

   # 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