summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-251-12/+24
|\
| * Fix assertion in Exception::getMessage() if $message is a refNikita Popov2019-02-251-12/+24
* | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Avoid magic method hash lookupsDmitry Stogov2018-07-021-1/+1
* | Merge branch 'PHP-7.2'Nikita Popov2018-06-241-1/+1
|\ \ | |/
| * 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
* | | Fixed bug #75218Nikita Popov2018-06-161-5/+12
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-11/+11
* | | Use reference counting instead of duplicationDmitry Stogov2018-03-061-5/+4
* | | Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-271-2/+2
* | | [ci skip] Add missing return types to protosGabriel Caruso2018-02-241-2/+2
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Use cheaper functionsDmitry Stogov2017-12-041-3/+3
* | | Revert "Use zend_get_executed_filename_ex"Xinchen Hui2017-11-021-1/+2
* | | Use zend_get_executed_filename_exXinchen Hui2017-11-011-2/+1
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-4/+4
|/ /
* | 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