]> granicus.if.org Git - php/commit
- MFH Exception handling
authorMarcus Boerger <helly@php.net>
Sun, 13 Jul 2008 21:42:49 +0000 (21:42 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 13 Jul 2008 21:42:49 +0000 (21:42 +0000)
commit2bf3bfc746f0f034ef9c443ae697b0c3f4b5d3dc
treed6fd38b7a2043f56906e1f10de7b445c13e6668a
parent805f552cd3e0be81a254f27abba64f27140f9c66
- 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
Zend/tests/exception_007.phpt [new file with mode: 0755]
Zend/tests/exception_008.phpt [new file with mode: 0755]
Zend/tests/gc_030.phpt
Zend/zend_exceptions.c
Zend/zend_exceptions.h
Zend/zend_objects.c