summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
...
* - MFH Add support for linking exceptions (implements TODO)Marcus Boerger2008-07-121-45/+73
* Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)Dmitry Stogov2008-04-171-17/+0
* MFH: Added new macro for check void parameters.Felipe Pena2008-03-101-2/+2
* Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXC...Dmitry Stogov2008-01-211-1/+19
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFHAntony Dovgal2007-05-301-2/+2
* fix foldingAntony Dovgal2007-01-181-38/+41
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* is_numeric_string() optimizationIlia Alshanetsky2006-12-261-1/+1
* Fixed wrong "type" argument to read_property() handlerDmitry Stogov2006-07-211-1/+1
* - MFH Fixed Bug #37667 (Object is not added into array returned by __get)Marcus Boerger2006-07-101-1/+1
* - MFH Arginfo fix (Hannes)Marcus Boerger2006-06-131-2/+2
* there is no %v in 5.2Antony Dovgal2006-05-181-1/+1
* - MFH as discussedMarcus Boerger2006-05-091-22/+22
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* improve error messagesAntony Dovgal2005-12-051-2/+2
* MFH: fix #35539 (typo in error message for ErrorException)Antony Dovgal2005-12-041-2/+2
* - MFH Move reflection to its own extensionMarcus Boerger2005-11-301-1/+0
* MFH: Add an additional field $frame['object'] to the result array of debug_ba...Sebastian Bergmann2005-11-241-1/+1
* Fixed memory leakDmitry Stogov2005-08-161-0/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Fixed bug #33967 (misuse of Exception constructor doesn\'t display errorfile)foobar2005-08-021-2/+2
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-271-1/+11
* No c++ comments in C codefoobar2005-04-191-1/+1
* Fixed bug #30904 (segfault when recording soapclient into session).Dmitry Stogov2004-12-071-1/+2
* - Fix protosMarcus Boerger2004-10-301-1/+1
* - Fix memeleakMarcus Boerger2004-09-271-1/+4
* - Roll back VM commitAndi Gutmans2004-09-091-1/+1
* - Some architectural changes:Andi Gutmans2004-09-081-1/+1
* - Be specific about visibilityMarcus Boerger2004-07-271-2/+2
* - Add optional parameters $filename and $lineno to ErrorExceptionMarcus Boerger2004-07-251-6/+16
* Fix prototypesZeev Suraski2004-07-201-2/+2
* Add descriptionsZeev Suraski2004-07-201-0/+43
* - Add new class ErrorException to encapsulate errors in exceptionsMarcus Boerger2004-07-151-15/+93
* Revert; obviously I missed the function at the bottom of the file...Wez Furlong2004-05-201-1/+1
* Export this, so extensions may throw their own exception objects thatWez Furlong2004-05-201-1/+1
* Classnames shall start with an uppercase characterMarcus Boerger2004-04-131-1/+1
* - Add hook for exception handler (Derick)Andi Gutmans2004-04-131-0/+5
* - Fix crash in exception handling (zend_exception_error(...) andAndi Gutmans2004-03-011-3/+1
* Improve error messagesfoobar2004-02-251-3/+3
* - Fixed bug #27391 (typo in Fatal Error message).Derick Rethans2004-02-251-1/+1
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-11/+42
* Exceptions updates:Zeev Suraski2004-02-121-27/+22
* Fix bug #27186Zeev Suraski2004-02-101-47/+61
* Rewrote exception support. Fixes a few limitations and bugs in the oldZeev Suraski2004-02-031-2/+2
* Fix internal access to exception propertiesMarcus Boerger2004-01-221-14/+14
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Do not show exception message if it's empty.Andrei Zmievski2004-01-021-4/+10