summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion in Exception::getMessage() if $message is a refNikita Popov2019-02-251-12/+24
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-241-1/+1
|\
| * Fixed bug #76502Nikita Popov2018-06-241-1/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | Interned strings unification for TS/NTSAnatol Belski2017-03-041-34/+34
* | rework fd521a22 to simplify for master, see github #2356Anatol Belski2017-02-071-5/+1
* | Merge branch 'PHP-7.1'Anatol Belski2017-02-071-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-071-2/+2
| |\
| | * switch to smart str conversion routine to hide exact NAN typeAnatol Belski2017-02-071-2/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Export zend_s(tr)pprintfNikita Popov2017-01-011-24/+0
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-12-071-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-12-071-1/+3
| |\ \ | | |/
| | * Check if PHP is in execution state.Dmitry Stogov2016-12-071-1/+3
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-2/+2
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-10-221-2/+3
|\ \ | |/
| * Fixed bug #73350 (Exception::__toString() cause circular references)Xinchen Hui2016-10-221-2/+3
| * Revert "export symbol missing by phpdbg"Anatol Belski2016-10-131-0/+12
| * export symbol missing by phpdbgAnatol Belski2016-10-121-12/+0
| * Fix bug #73190: memcpy negative parameter _bc_new_num_exStanislav Malyshev2016-10-121-5/+21
* | Revert "export symbol missing by phpdbg"Anatol Belski2016-10-141-0/+12
* | fix another mistakeAnatol Belski2016-10-141-1/+1
* | export symbol missing by phpdbgAnatol Belski2016-10-141-12/+0
* | fix wrong mergeAnatol Belski2016-10-141-4/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-141-4/+21
* | Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-1/+6
* | Merge branch 'PHP-7.0'Nikita Popov2016-07-141-0/+2
|\ \ | |/
| * Fix leak of class name when printing exception backtraceNikita Popov2016-07-141-0/+1
| * Fix leak if throw_exception_object() failsNikita Popov2016-07-141-0/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-07-121-2/+1
|\ \ | |/
| * Fixed bug #72581 (previous property undefined in Exception after deserializat...Xinchen Hui2016-07-121-2/+1
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-06-221-2/+4
|\ \ | |/
| * Allow "proxy" ovjects to substitute their class names through get_class_name(...Dmitry Stogov2016-06-221-2/+4
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-73/+92
* | Fixed compilation warningsDmitry Stogov2016-04-291-4/+5
* | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | Merge zend_execute_data->called_scope into zend_execute_data->This.Dmitry Stogov2016-04-011-4/+8
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | cleanupXinchen Hui2015-11-211-61/+8
|/
* Port the fix of 5.6 to 7.0Xinchen Hui2015-11-211-17/+18
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-201-1/+9
|\
| * Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)Xinchen Hui2015-11-201-1/+8
* | Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-7/+7