changelog               Mon Mar  1 20:31:42 2004 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.418&r2=1.419&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.418 ZendEngine2/ChangeLog:1.419
--- ZendEngine2/ChangeLog:1.418 Sun Feb 29 20:32:12 2004
+++ ZendEngine2/ChangeLog       Mon Mar  1 20:31:41 2004
@@ -1,3 +1,29 @@
+2004-03-01  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_objects.c:
+      - Fix crash in destructors(). You can't throw an exception in destructors
+        as there is no guaranteed time when the destructor will be called.
+
+    * zend_reflection_api.c:
+      - Fix leak
+
+    * zend_reflection_api.c:
+      - Fix crash in reflection API (pierre)
+
+    * zend.c
+      zend_exceptions.c
+      zend_execute_API.c:
+      - Fix crash in exception handling (zend_exception_error(...) and
+        zend_eval_string_ex() were buggy (Dmitry, Andi)
+
+2004-03-01  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * zend_compile.h:
+      - Typo fix (by Jan)
+
+    * zend_builtin_functions.c:
+      - Fixed bug #27443 (defined() returns wrong type).
+
 2004-02-29  Andi Gutmans  <[EMAIL PROTECTED]>
 
     * zend_reflection_api.c:
@@ -3676,7 +3702,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.418 2004/03/01 01:32:12 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.419 2004/03/02 01:31:41 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -5400,7 +5426,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.418 2004/03/01 01:32:12 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.419 2004/03/02 01:31:41 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to