changelog Thu Apr 5 01:31:07 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1088&r2=1.1089&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1088 ZendEngine2/ChangeLog:1.1089
--- ZendEngine2/ChangeLog:1.1088 Wed Apr 4 01:31:03 2007
+++ ZendEngine2/ChangeLog Thu Apr 5 01:31:07 2007
@@ -1,3 +1,23 @@
+2007-04-04 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_compile.c
+ zend_compile.h
+ zend_constants.c
+ zend_language_parser.y
+ tests/halt_compiler1.phpt
+ tests/halt_compiler1.phpt
+ tests/halt_compiler2.phpt
+ tests/halt_compiler2.phpt
+ tests/halt_compiler3.phpt
+ tests/halt_compiler3.phpt
+ tests/halt_compiler4.phpt
+ tests/halt_compiler4.phpt:
+
+ Addres limitation of __HALT_COMPILER() that allowed only one instance
+ per request.
+
+
2007-04-03 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_compile.c
@@ -17198,7 +17218,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1088 2007/04/04 01:31:03 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1089 2007/04/05 01:31:07 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -18922,7 +18942,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1088 2007/04/04 01:31:03
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1089 2007/04/05 01:31:07
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>