summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Add public read access to protectedMarcus Boerger2003-08-281-0/+8
* Add zend_throw_exception_ex() which allows to format exception messages.Marcus Boerger2003-08-281-0/+47
* - Split debug_backtrace() into lowlevel c function and php function wrapperMarcus Boerger2003-08-281-0/+9
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-241-2/+1
* Allow to throw instances of classes derived from exceptionMarcus Boerger2003-08-241-4/+13
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-241-0/+21
* Make use method macrosMarcus Boerger2003-08-241-10/+10
* Add property read code and use that in default exception classMarcus Boerger2003-08-241-9/+7
* Allow zend_throw_exception() to also set the exception codeMarcus Boerger2003-08-231-16/+8
* Exception has 4 protected default properties (message,code,file,line).Marcus Boerger2003-08-231-14/+30
* Make exception code more robustMarcus Boerger2003-08-231-16/+11
* Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);'Marcus Boerger2003-08-211-0/+25
* added support for Reflection_Function, the first part ofGeorge Schlossnagle2003-06-301-0/+2
* updating license information in the headers.James Cox2003-06-101-1/+1
* add an accessor for the default exceptionSterling Hughes2003-05-031-0/+5
* ZTS fix.Sebastian Bergmann2003-03-231-1/+1
* Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ...Sebastian Bergmann2003-03-231-7/+7
* add a standard Exception class.Sterling Hughes2003-03-231-0/+135