changelog Fri Jun 29 01:31:17 2007 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1133&r2=1.1134&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.1133 ZendEngine2/ChangeLog:1.1134 --- ZendEngine2/ChangeLog:1.1133 Thu Jun 28 01:31:33 2007 +++ ZendEngine2/ChangeLog Fri Jun 29 01:31:16 2007 @@ -1,3 +1,27 @@ +2007-06-28 Stanislav Malyshev <[EMAIL PROTECTED]> + + * zend_compile.c + zend_constants.c: + remove unused vars + + * zend_compile.c + zend_compile.h + zend_constants.c: + Fix HALT constant handling in unicode mode + + * zend_compile.c + zend_compile.h + zend_constants.c + zend_language_parser.y + tests/halt_compiler1.phpt + tests/halt_compiler2.phpt + tests/halt_compiler3.phpt + tests/halt_compiler4.phpt: + MF5 __HALT_COMPILER fix: + Remove limitation of __HALT_COMPILER() that allowed only one instance + per request. + + 2007-06-27 Antony Dovgal <[EMAIL PROTECTED]> * tests/double_to_string.phpt @@ -18184,7 +18208,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.1133 2007/06/28 01:31:33 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.1134 2007/06/29 01:31:16 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -19908,7 +19932,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.1133 2007/06/28 01:31:33 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.1134 2007/06/29 01:31:16 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>