summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when constructing an Error with invalid paramsAaron Piotrowski2015-06-171-4/+4
* cleanup unused varAnatol Belski2015-06-181-1/+0
* preserve the orig class name when extending the ErrorExceptionAnatol Belski2015-06-181-1/+8
* dont use function to fetch default exception ceAnatol Belski2015-06-181-1/+1
* fix crash when invalid exception arguments passedAnatol Belski2015-06-181-1/+8
* Fix #61362: Exception::getTraceAsString and ::__toString scramble UnicodeChristoph M. Becker2015-06-171-1/+1
* Rename interface macrosAaron Piotrowski2015-06-171-1/+1
* Move definition of Throwable to zend_exceptions.h/cAaron Piotrowski2015-06-151-0/+33
* Check for zend_ce_throwable insteadAaron Piotrowski2015-06-151-1/+1
* Fix previous exception type checkAaron Piotrowski2015-06-151-16/+16
* Update exception error messagesAaron Piotrowski2015-06-141-8/+8
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-3/+3
|\
| * Fixed access to wrong opline (it may be the last ZEND_THROW in op_array->opco...Dmitry Stogov2015-05-201-1/+1
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-181-3/+4
|\ \ | |/
| * 1. Fixed bug #69640 Unhandled EngineExceptions thrown from userland do not pr...Xinchen Hui2015-05-181-3/+4
* | Merge exception formatting changes.Aaron Piotrowski2015-05-171-97/+98
|/
* Display TypeExceptions like normal exceptionsNikita Popov2015-05-171-6/+8
* Tweak uncaught exception message displayNikita Popov2015-05-171-2/+2
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+1
* Fix exception leak in interactive consoleNikita Popov2015-05-151-1/+2
* Minor Typo in Commenthakre2015-04-271-1/+1
* Merge branch 'PHP-5.6'Xinchen Hui2015-04-141-1/+1
|\
| * codes standardXinchen Hui2015-04-141-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+3
|\ \ | |/
| * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+3
| |\
| | * More fixes for bug #69152Stanislav Malyshev2015-04-111-0/+3
| * | Bump yearXinchen Hui2015-01-151-1/+1
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-05-111-1/+1
| |\ \ | | |/
| | * Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245)Bob Weinand2014-05-111-1/+1
* | | Convert fatal errors into EngineExceptionDmitry Stogov2015-04-021-6/+9
* | | Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-6/+6
* | | Fixed error messagesDmitry Stogov2015-03-201-1/+1
* | | Refactor error messages to only append defined in the event of rendering as a...Anthony Ferrara2015-03-181-1/+6
* | | Refactor error implementation significantly to centralize error mode behavior...Anthony Ferrara2015-03-181-1/+12
* | | Implement engine exceptionsDmitry Stogov2015-03-091-43/+128
* | | zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-221-8/+22
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-75/+75
* | | Fixed compilation warningsDmitry Stogov2014-12-121-3/+3
* | | fixed compilation errorDmitry Stogov2014-10-201-1/+1
* | | Update get_class_name semanticsNikita Popov2014-10-091-5/+2
* | | Drop convert_to usage in zend_exceptionsNikita Popov2014-10-061-57/+48
* | | Expose zend_throw_exception_internal()Dmitry Stogov2014-10-011-1/+1
* | | Add smart_str_append for appending zend_stringsNikita Popov2014-09-211-7/+4
* | | Use smart_str for exception stack tracesNikita Popov2014-09-211-166/+113
* | | fix length data typesAnatol Belski2014-09-191-4/+4
* | | fix formatAnatol Belski2014-08-281-1/+1
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+2
* | | several signature and data type fixesAnatol Belski2014-08-261-4/+4