summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | 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.
* 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
| | | | | They are all initialized at c-level constructor correctly.
* 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
| | | | | to provide an easy way to throw exceptions for extension developers.
* added support for Reflection_Function, the first part ofGeorge Schlossnagle2003-06-301-0/+2
| | | | | the reflection api
* 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
| | | | ZTS fixes.
* add a standard Exception class.Sterling Hughes2003-03-231-0/+135