changelog               Sun Jul 25 20:32:29 2004 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.508&r2=1.509&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.508 ZendEngine2/ChangeLog:1.509
--- ZendEngine2/ChangeLog:1.508 Fri Jul 23 20:32:58 2004
+++ ZendEngine2/ChangeLog       Sun Jul 25 20:32:29 2004
@@ -1,3 +1,35 @@
+2004-07-25  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * zend_reflection_api.c:
+      - Show visibility errors (try to fix #29354)
+
+    * (PHP_5_0)
+      zend_execute.c
+      zend_objects_API.c
+      zend_objects_API.h:
+      - MFH: Fix bug #29368 : The destructor is called when an exception is
+        thrown from the constructor
+
+    * zend_execute.c
+      zend_objects_API.c
+      zend_objects_API.h:
+      - Fix bug #29368 : The destructor is called when an exception is thrown
+      from the constructor
+
+    * zend.c
+      zend.h
+      zend_execute.h
+      zend_execute_API.c:
+      - Execute destructors earlier (Florian Schaper, fschaper at intux org)
+
+    * zend_reflection_api.c:
+      - Add ReflectionParameter::isOptional() to test whether a parameter is
+        optional and also show this information in export.
+
+    * zend_exceptions.c:
+      - Add optional parameters $filename and $lineno to ErrorException
+        constructor to allow overwriting automatically retrieved information.
+
 2004-07-23  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * zend_execute.c:
@@ -5079,7 +5111,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.508 2004/07/24 00:32:58 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.509 2004/07/26 00:32:29 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -6803,7 +6835,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.508 2004/07/24 00:32:58 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.509 2004/07/26 00:32:29 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to