changelog               Sun May 23 20:32:47 2004 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.471&r2=1.472&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.471 ZendEngine2/ChangeLog:1.472
--- ZendEngine2/ChangeLog:1.471 Thu May 20 20:39:44 2004
+++ ZendEngine2/ChangeLog       Sun May 23 20:32:46 2004
@@ -1,3 +1,27 @@
+2004-05-23  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_objects_API.c:
+      - Fix problem with object being destroyed more than once
+
+    * zend_builtin_functions.c:
+      - Fix the following script (it crashed):
+      <?php
+         class ErrorHandler {
+           function __construct() {
+             set_error_handler(array(&$this, 'handle'));
+           }
+      
+           function __destruct() {
+             restore_error_handler();
+           }
+      
+           function handle($code, $msg, $file, $line, $locals) {
+           }
+         }
+      
+         new ErrorHandler();
+      ?>
+
 2004-05-20  Wez Furlong  <[EMAIL PROTECTED]>
 
     * zend_exceptions.c
@@ -4640,7 +4664,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.471 2004/05/21 00:39:44 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.472 2004/05/24 00:32:46 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -6364,7 +6388,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.471 2004/05/21 00:39:44 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.472 2004/05/24 00:32:46 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to