changelog               Mon Jul 14 01:32:03 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1336&r2=1.1337&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1336 ZendEngine2/ChangeLog:1.1337
--- ZendEngine2/ChangeLog:1.1336        Sun Jul 13 01:32:15 2008
+++ ZendEngine2/ChangeLog       Mon Jul 14 01:32:03 2008
@@ -1,3 +1,54 @@
+2008-07-13  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      zend_exceptions.c
+      zend_exceptions.h
+      zend_objects.c
+      tests/exception_007.phpt
+      tests/exception_008.phpt
+      tests/gc_030.phpt:
+      - MFH Exception handling
+      [DOC]
+      - Exceptions can be thrown while exceptions are pending, they are linked
+      - Exceptions can be handled in __destruct
+      - Add optional Exception $previous parameter to
+        . Exception::__construct
+        . ErrorException::__construct
+
+    * tests/exception_007.phpt
+      tests/exception_007.phpt
+      tests/exception_008.phpt
+      tests/exception_008.phpt
+      tests/gc_030.phpt:
+      
+      - Fix/add tests
+
+    * zend_objects.c:
+      - Fix old workaround, since we are not C++ we can deal with exceptions in
+        dtors (whether or not an exception is already pending).
+
+    * zend_exceptions.c
+      zend_exceptions.h:
+      - Fix setting previous exception and add new helper function
+
+    * zend.c:
+      - Fix function copying (in TSRM mode)
+
+2008-07-13  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      zend_exceptions.c:
+      apply correct fix
+
+    * (PHP_5_3)
+      zend_exceptions.c:
+      fix segfault in Exception::__toString()
+
+    * (PHP_5_3)
+      tests/030.phpt
+      tests/exception_handler_004.phpt:
+      fix test
+
 2008-07-12  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -24595,7 +24646,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1336 2008/07/13 01:32:15 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1337 2008/07/14 01:32:03 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -26319,7 +26370,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1336 2008/07/13 01:32:15 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1337 2008/07/14 01:32:03 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to