changelog               Fri Apr 15 20:34:24 2005 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.671&r2=1.672&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.671 ZendEngine2/ChangeLog:1.672
--- ZendEngine2/ChangeLog:1.671 Tue Apr 12 20:34:35 2005
+++ ZendEngine2/ChangeLog       Fri Apr 15 20:34:23 2005
@@ -1,3 +1,18 @@
+2005-04-15  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * zend_builtin_functions.c:
+      - Fix even though we already know that the function will be renamed
+
+2005-04-15  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * zend_execute.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h:
+      Fix certain operations to stop relying on presence of read_property and
+      write_property handlers. They may be NULL'ed out by certain objects
+      pretending to be pure arrays, for example. Do checks first.
+
 2005-04-12  Stanislav Malyshev  <[EMAIL PROTECTED]>
 
     * zend_ini.c:
@@ -7530,7 +7545,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.671 2005/04/13 00:34:35 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.672 2005/04/16 00:34:23 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -9254,7 +9269,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.671 2005/04/13 00:34:35 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.672 2005/04/16 00:34:23 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to