changelog               Wed Feb 11 20:36:27 2004 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.404&r2=1.405&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.404 ZendEngine2/ChangeLog:1.405
--- ZendEngine2/ChangeLog:1.404 Tue Feb 10 20:32:14 2004
+++ ZendEngine2/ChangeLog       Wed Feb 11 20:36:26 2004
@@ -1,3 +1,63 @@
+2004-02-11  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * zend.c:
+      Must be initialized in ZTS mode
+
+    * ZEND_CHANGES
+      ZEND_CHANGES:
+      Update
+
+    * zend_compile.c
+      zend_language_parser.y:
+      Fix: <interface> [extends <interface> [, <ineterface>]* ]
+
+2004-02-11  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * zend_execute.c:
+      Fix leaks in assignments to overloaded objects
+
+    * zend_execute.c:
+      Fix leak with overloaded objects, when they're used just "for the hell
+      of it" :)
+
+    * zend_execute.c:
+      Fixed a bug the caused overloaded array indices to be converted to strings
+
+    * zend_execute.c:
+      Turn off bogus warnings with overloaded dimensions and += (and friends)
+
+    * zend_execute.c:
+      Improve the implementation of unset() on array dimensions to be more
+      consistent with that of regular variables and string offsets
+
+    * zend_execute_API.c:
+      Fix bug #25038
+
+    * zend_reflection_api.c:
+      Fix crash (patch by Rob Richards)
+
+    * zend.c
+      zend_execute_API.c:
+      Fix exceptions thrown without a stack frame
+      Always enable set_exception_handler()
+
+    * zend_list.h:
+      Change FETCH_RESOURCE to return false on error instead of null, for
+      consistency with other error situations
+
+    * zend_compile.c:
+      Fix bug #26802 (the right aspects of it found by Marcus, anyway :)
+
+    * tests/bug26802.phpt:
+      Fix and clarify the test case
+
+    * zend_execute_API.c:
+      Complete the fix for handling of exceptions happening during the
+      argument passing phase of function calls (fixes bug #26866)
+
+    * zend_execute_API.c:
+      whitespace
+
 2004-02-10  Zeev Suraski  <[EMAIL PROTECTED]>
 
     * tests/bug26698.phpt:
@@ -3294,7 +3354,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.404 2004/02/11 01:32:14 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.405 2004/02/12 01:36:26 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -5018,7 +5078,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.404 2004/02/11 01:32:14 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.405 2004/02/12 01:36:26 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to