summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.h
Commit message (Expand)AuthorAgeFilesLines
* Expose zend_throw_exception_internal()Dmitry Stogov2014-10-011-1/+1
* fix length data typesAnatol Belski2014-09-191-2/+2
* several signature and data type fixesAnatol Belski2014-08-261-3/+3
* Added vstrpprintf strpprintf to avoid duplicate stringXinchen Hui2014-05-101-0/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-5/+5
* Bump yearXinchen Hui2014-01-031-1/+1
* Make message and format arguments const char * to avoidRemi Collet2013-09-231-4/+4
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Reverted unintended modificationFelipe Pena2010-08-181-1/+1
* align declaration with definitionSascha Schumann2010-08-171-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - MFH Catch exceptions in cli -aMarcus Boerger2009-01-021-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH Improve exception linkingMarcus Boerger2008-08-141-1/+3
* - MFH Exception handlingMarcus Boerger2008-07-131-0/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - MFH as discussedMarcus Boerger2006-05-091-3/+6
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Add new class ErrorException to encapsulate errors in exceptionsMarcus Boerger2004-07-151-2/+5
* 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
* Fix c++ buildsMarcus Boerger2004-04-281-1/+1
* - Add hook for exception handler (Derick)Andi Gutmans2004-04-131-0/+2
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-3/+10
* Exceptions updates:Zeev Suraski2004-02-121-0/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Calling abstract methods should be a error for consistency reason.Marcus Boerger2003-08-301-1/+0
* - The compiler can't detect all abstract function calls so we need to check.Marcus Boerger2003-08-301-0/+1
* Add zend_throw_exception_ex() which allows to format exception messages.Marcus Boerger2003-08-281-0/+1
* Allow to throw instances of classes derived from exceptionMarcus Boerger2003-08-241-2/+8
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-241-0/+1
* Allow zend_throw_exception() to also set the exception codeMarcus Boerger2003-08-231-1/+1
* Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);'Marcus Boerger2003-08-211-0/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* semicolonSterling Hughes2003-05-041-1/+1
* protoSterling Hughes2003-05-031-0/+1
* DEFAULT_CLASSES_H not DEFAULT_INTERFACES_HSterling Hughes2003-03-231-2/+2
* add a standard Exception class.Sterling Hughes2003-03-231-0/+38