]> granicus.if.org Git - php/commit
Rewrote exception support. Fixes a few limitations and bugs in the old
authorZeev Suraski <zeev@php.net>
Tue, 3 Feb 2004 12:17:09 +0000 (12:17 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 3 Feb 2004 12:17:09 +0000 (12:17 +0000)
commit9e60cb553fdff09dcff192d96884d75a9998bb73
treeec9f7577dc55f3fdfc348bec94a194e783fbff9f
parent330d9f6352f4a8af90e1b053399e4ab17b3b00b1
Rewrote exception support.  Fixes a few limitations and bugs in the old
implementation, and allows exceptions to 'fire' much earlier than before.

Instructions on how to use the new mechanism will follow on internals@
shortly...

Note - this (most probably) breaks the current implementation of
set_exception_handler()
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_default_classes.c
Zend/zend_exceptions.c
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_globals.h
Zend/zend_language_parser.y
Zend/zend_language_scanner.l
Zend/zend_opcode.c