changelog               Tue May  6 01:31:45 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1292&r2=1.1293&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1292 ZendEngine2/ChangeLog:1.1293
--- ZendEngine2/ChangeLog:1.1292        Sun May  4 01:31:42 2008
+++ ZendEngine2/ChangeLog       Tue May  6 01:31:45 2008
@@ -1,3 +1,42 @@
+2008-05-05  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      tests/bug44913.phpt:
+      - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
+      - Fixed bug #44913 (Segfault when using return in combination with nested
+      loops
+      and continue 2)
+
+    * tests/bug44913.phpt
+      tests/bug44913.phpt:
+      
+      - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
+      - Fixed bug #44913 (Segfault when using return in combination with nested
+      loops and continue 2)
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_execute.h:
+      - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
+      - Fixed bug #44913 (Segfault when using return in combination with nested
+      loops and continue 2)
+
+    * zend_API.c
+      zend_API.c
+      zend_compile.c
+      zend_compile.c
+      tests/ns_063.phpt
+      tests/ns_063.phpt
+      tests/ns_063.phpt:
+      Support for old-style constructors in namespaces
+
 2008-05-03  Felipe Pena  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -22789,7 +22828,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1292 2008/05/04 01:31:42 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1293 2008/05/06 01:31:45 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -24513,7 +24552,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1292 2008/05/04 01:31:42 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1293 2008/05/06 01:31:45 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to