]> granicus.if.org Git - php/commit
- Provide a unified way to display uncaught exceptions, which shows
authorMarcus Boerger <helly@php.net>
Sun, 24 Aug 2003 13:10:03 +0000 (13:10 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 24 Aug 2003 13:10:03 +0000 (13:10 +0000)
commitd3473d1f58c3801805ceac5c6c7df839d12c2a04
treed6894bbf5392bc02eaca1ecb81a90546bb38d73a
parent669603f69d7133053e5c1b888caa229c7e5b276a
- Provide a unified way to display uncaught exceptions, which shows
  file/line/message info if possible.
- Add zend_eval_string_ex() to be able to handle exceptions in eval'd code.
- Use above function to fix memleaks in CLI.
Zend/zend.c
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
sapi/cli/php_cli.c