changelog               Fri Jun  3 20:35:41 2005 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.701&r2=1.702&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.701 ZendEngine2/ChangeLog:1.702
--- ZendEngine2/ChangeLog:1.701 Wed Jun  1 20:35:34 2005
+++ ZendEngine2/ChangeLog       Fri Jun  3 20:35:41 2005
@@ -1,3 +1,58 @@
+2005-06-03  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * tests/bug30394.phpt:
+      Added test for 5.0 specific bug #30394 (Assignment operators yield wrong
+      result with __get/__set)
+
+    * (PHP_5_0)
+      zend.c
+      zend_execute_API.c
+      tests/bug30394.phpt
+      tests/bug30394.phpt:
+      Fixed bug #30394 (Assignment operators yield wrong result with 
__get/__set)
+
+    * zend_compile.c
+      zend_compile.c
+      tests/bug30080.phpt:
+      Fixed bug #30080 (Passing array or non array of objects)
+
+    * tests/bug30080.phpt
+      tests/bug30080.phpt:
+      
+      file bug30080.phpt was initially added on branch PHP_5_0.
+
+    * zend_compile.c
+      zend_compile.c
+      zend_execute.c
+      tests/bug27598.phpt:
+      Fixed bug #27598 (list() array key assignment causes HUGE memory leak)
+
+    * tests/bug27598.phpt
+      tests/bug27598.phpt:
+      
+      file bug27598.phpt was initially added on branch PHP_5_0.
+
+    * zend_execute.c
+      zend_object_handlers.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      tests/object_handlers.phpt:
+      Fixed memory allocation bugs related to magic object handlers (__get(),
+      __set(),
+       ...)
+
+    * tests/object_handlers.phpt
+      tests/object_handlers.phpt:
+      
+      file object_handlers.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      zend_execute.c
+      zend_object_handlers.c:
+      Fixed memory allocation bugs related to magic object handlers (__get(),
+      __set(), ...)
+
 2005-06-01  Dmitry Stogov  <[EMAIL PROTECTED]>
 
     * zend_object_handlers.c
@@ -8088,7 +8143,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.701 2005/06/02 00:35:34 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.702 2005/06/04 00:35:41 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -9812,7 +9867,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.701 2005/06/02 00:35:34 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.702 2005/06/04 00:35:41 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to