summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-301-1/+7
|\
| * Fix leak when setting cyclic previous exception in finallyNikita Popov2020-06-301-1/+7
* | Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be c...Xinchen Hui2020-04-291-2/+4
* | Remove redundant variable rv and optimize codeZiMuyang2019-10-281-2/+2
* | simple ignore arguments in exceptions implementationJoe Watkins2019-07-021-1/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-251-12/+24
|\ \ | |/
| * 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 local variablesPeter Kokot2019-02-031-10/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Revert removal of private __clone() methodsNikita Popov2019-01-141-0/+10
* | | Remove redundant Exception::__clone() methodNikita Popov2018-11-261-10/+0
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-14/+14
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-14/+14
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ /
* | 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