]> granicus.if.org Git - php/commit
Exceptions updates:
authorZeev Suraski <zeev@php.net>
Thu, 12 Feb 2004 10:24:40 +0000 (10:24 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 12 Feb 2004 10:24:40 +0000 (10:24 +0000)
commitd9630a595b94e54a1837bf773a3c5f7fade5d75b
treee111a12ab3ce3d2d03070d509df41b7f3784c81b
parent559b14611df00e3b73600a51eb6233c181cca325
Exceptions updates:

- Enforce exceptions to be derived from class Exception.  This allows
  users to perform catch-all.  It's not yet complete, so don't get
  comfortable with it just yet :)  Updates are coming soon.
- Implement zend_throw_exception() using zend_throw_exception_ex()
Zend/zend_default_classes.c
Zend/zend_default_classes.h
Zend/zend_exceptions.c
Zend/zend_exceptions.h
Zend/zend_execute.h
Zend/zend_execute_API.c