changelog               Tue Apr 11 05:31:54 2006 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.895&r2=1.896&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.895 ZendEngine2/ChangeLog:1.896
--- ZendEngine2/ChangeLog:1.895 Sat Apr  8 05:31:55 2006
+++ ZendEngine2/ChangeLog       Tue Apr 11 05:31:53 2006
@@ -1,3 +1,29 @@
+2006-04-10  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      zend_vm_def.h
+      zend_vm_execute.h:
+      - MFH Iterators from overloaded objects are allowed to not have keys...
+
+    * zend_vm_def.h
+      zend_vm_execute.h:
+      - Iterators from overloaded objects are allowed to not have keys...
+
+    * zend_interfaces.c:
+      - Allowing to pass in ce as NULL has its charme, too
+
+    * zend_interfaces.c:
+      - Fix coverity issue 49: ce might be forwarded as NULL without an 
exception
+        being thrown in case the Zend API is being used wrong (in custom exts
+      for
+        instance).
+
+2006-04-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend_opcode.c
+      zend_opcode.c:
+      Fixed possible crash in interactive mode
+
 2006-04-07  Dmitry Stogov  <[EMAIL PROTECTED]>
 
     * (PHP_5_1)
@@ -13085,7 +13111,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.895 2006/04/08 05:31:55 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.896 2006/04/11 05:31:53 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -14809,7 +14835,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.895 2006/04/08 05:31:55 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.896 2006/04/11 05:31:53 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to