changelog Mon Feb 7 20:35:39 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.634&r2=1.635&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.634 ZendEngine2/ChangeLog:1.635
--- ZendEngine2/ChangeLog:1.634 Sun Feb 6 20:33:17 2005
+++ ZendEngine2/ChangeLog Mon Feb 7 20:35:38 2005
@@ -1,3 +1,30 @@
+2005-02-07 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_compile.c:
+ Fixed bug introduced with foreach() optimization patch
+
+ * zend_compile.c:
+ Fixed FE_RESET/FE_FETCH bug.
+ Now FE_RESET instruction takes jump-address from itself, not from the
+ following FE_FETCH instruction.
+
+ * zend_compile.c
+ zend_compile.h
+ zend_language_parser.y
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h:
+ foreash($a as $key => $val) optimization
+ Removed temorary array creation on each iteration.
+
+2005-02-07 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_compile.c
+ zend_compile.h
+ zend_language_parser.y:
+ - Remove part of the cleanup which causes a problem with unnormal code
+ like tests/lang/040.phpt
+
2005-02-06 Zeev Suraski <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -6992,7 +7019,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.634 2005/02/07 01:33:17 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.635 2005/02/08 01:35:38 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -8716,7 +8743,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.634 2005/02/07 01:33:17
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.635 2005/02/08 01:35:38
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>