Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow to throw instances of classes derived from exception | Marcus Boerger | 2003-08-24 | 1 | -4/+13 | |
| | ||||||
* | - Provide a unified way to display uncaught exceptions, which shows | Marcus Boerger | 2003-08-24 | 1 | -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 macros | Marcus Boerger | 2003-08-24 | 1 | -10/+10 | |
| | ||||||
* | Add property read code and use that in default exception class | Marcus Boerger | 2003-08-24 | 1 | -9/+7 | |
| | ||||||
* | Allow zend_throw_exception() to also set the exception code | Marcus Boerger | 2003-08-23 | 1 | -16/+8 | |
| | ||||||
* | Exception has 4 protected default properties (message,code,file,line). | Marcus Boerger | 2003-08-23 | 1 | -14/+30 | |
| | | | | | They are all initialized at c-level constructor correctly. | |||||
* | Make exception code more robust | Marcus Boerger | 2003-08-23 | 1 | -16/+11 | |
| | ||||||
* | Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);' | Marcus Boerger | 2003-08-21 | 1 | -0/+25 | |
| | | | | | to provide an easy way to throw exceptions for extension developers. | |||||
* | added support for Reflection_Function, the first part of | George Schlossnagle | 2003-06-30 | 1 | -0/+2 | |
| | | | | | the reflection api | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 | |
| | ||||||
* | add an accessor for the default exception | Sterling Hughes | 2003-05-03 | 1 | -0/+5 | |
| | ||||||
* | ZTS fix. | Sebastian Bergmann | 2003-03-23 | 1 | -1/+1 | |
| | ||||||
* | Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ↵ | Sebastian Bergmann | 2003-03-23 | 1 | -7/+7 | |
| | | | | ZTS fixes. | |||||
* | add a standard Exception class. | Sterling Hughes | 2003-03-23 | 1 | -0/+135 | |