changelog Sun May 29 20:33:48 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.698&r2=1.699&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.698 ZendEngine2/ChangeLog:1.699 --- ZendEngine2/ChangeLog:1.698 Sat May 28 20:34:21 2005 +++ ZendEngine2/ChangeLog Sun May 29 20:33:47 2005 @@ -1,3 +1,26 @@ +2005-05-29 Jani Taskinen <[EMAIL PROTECTED]> + + * Zend.m4: + - Unify the "configure --help" texts + +2005-05-29 Hartmut Holzgraefe <[EMAIL PROTECTED]> + + * acinclude.m4: + forgot to re-add 1.875 as a valid bison version after testing + + * acinclude.m4: + bison may be installed under a different executable name, e.g. + + YACC="bison-1.75" configure ... + + removing the check for "bison -y" allows for this + the check was redundant anyway as the following one filters + for "GNU Bison" in the --version output + + * Zend.m4 + acinclude.m4: + avoid code duplication in bison version test + 2005-05-28 Marcus Boerger <[EMAIL PROTECTED]> * zend_compile.c @@ -8033,7 +8056,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.698 2005/05/29 00:34:21 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.699 2005/05/30 00:33:47 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -9757,7 +9780,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.698 2005/05/29 00:34:21 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.699 2005/05/30 00:33:47 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>