changelog               Thu Aug 11 01:39:42 2005 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.747&r2=1.748&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.747 ZendEngine2/ChangeLog:1.748
--- ZendEngine2/ChangeLog:1.747 Wed Aug 10 01:38:30 2005
+++ ZendEngine2/ChangeLog       Thu Aug 11 01:39:41 2005
@@ -1,3 +1,59 @@
+2005-08-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      zend_vm_opcodes.h:
+      Fixed bug #34062 (Crash in catch block when many arguments are used)
+
+    * zend_compile.c
+      zend_compile.c
+      zend_compile.h
+      zend_compile.h:
+      Fixed bug #25359 (array_multisort() doesn't work in a function if array 
is
+      global or reference)
+
+    * tests/bug34064.phpt
+      tests/bug34064.phpt:
+      
+      Fixed bug #34064 (arr[] as param to function in class gives invalid
+      opcode)
+
+    * zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      zend_vm_opcodes.h
+      tests/bug34064.phpt:
+      Fixed bug #34064 (arr[] as param to function in class gives invalid 
opcode)
+
+    * tests/bug34064.phpt
+      tests/bug34064.phpt:
+      
+      file bug34064.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      zend_execute.c:
+      Fixed bug #34064 (arr[] as param to function is allowed only if function
+      receives argument by reference)
+
+    * zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      tests/bug34045.phpt:
+      Fixed bug #34045 (Buffer overflow with serialized object)
+
+    * tests/bug34045.phpt
+      tests/bug34045.phpt:
+      
+      file bug34045.phpt was initially added on branch PHP_5_1.
+
 2005-08-09  Derick Rethans  <[EMAIL PROTECTED]>
 
     * zend_extensions.h
@@ -9429,7 +9485,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.747 2005/08/10 05:38:30 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.748 2005/08/11 05:39:41 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -11153,7 +11209,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.747 2005/08/10 05:38:30 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.748 2005/08/11 05:39:41 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to