summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Value of EG(user_exception_handler) should't relive request boundaryDmitry Stogov2017-07-121-0/+1
* Drop dead abstract method check from zend_call_function()Nikita Popov2017-07-041-22/+6
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Split zend_init_execute_data() into zend_init_func_execute_data() and zend_in...Dmitry Stogov2017-06-291-1/+1
* Removed deprecated checks.Dmitry Stogov2017-06-271-9/+0
* Removed EG(valid_symbol_table). Used EG(active) instead.Dmitry Stogov2017-06-261-2/+0
* Remove superfluous semicolonsTom Van Looy2017-06-261-2/+2
* Only compute callback name in error casesNikita Popov2017-06-251-8/+3
* Reseet EG(active) a bit early.Dmitry Stogov2017-06-231-4/+2
* shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-111/+95
* We don't need any special handling for CG(unclean_shutdown) at this point, be...Dmitry Stogov2017-06-211-3/+0
* Removed always true conditionMarkus Staab2017-05-111-3/+1
* Constant class names are already verifyed by PHP compiler.Dmitry Stogov2017-05-101-1/+1
* Merge branch 'PHP-7.1'Xinchen Hui2017-04-111-0/+9
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-111-0/+9
| |\
| | * Fixed bug #74408 (Endless loop bypassing execution time limit)Xinchen Hui2017-04-111-0/+9
* | | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecationRowan Collins2017-03-231-1/+1
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-1/+1
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-02-251-0/+18
|\ \ \ | |/ /
| * | Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to ty...Xinchen Hui2017-02-251-0/+18
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-02-151-1/+1
|\ \ \ | |/ /
| * | Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed no...Xinchen Hui2017-02-151-1/+1
* | | Deprecate each()Nikita Popov2017-02-031-0/+2
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-261-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-261-4/+4
| |\ \ | | |/
| | * Fixed #73973 - debug_zval_dump() assertion error for resource consts with --e...andrewnester2017-01-261-4/+4
| | * 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
* | | Improved VM stack unwinding on exception.Dmitry Stogov2016-12-121-2/+8
* | | Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED)Dmitry Stogov2016-11-281-2/+2
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-2/+2
* | | Merge branch 'PHP-7.1'Nikita Popov2016-11-201-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-201-1/+1
| |\ \
| | * | Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-201-0/+1
| * | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-201-1/+1
| |\ \ \ | | |/ /
| | * | Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-201-1/+0
| | |/
* | | Remove a few unused write warningsBob Weinand2016-11-201-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2016-11-181-0/+2
|\ \ \ | |/ /
| * | Fixed bug #73303Nikita Popov2016-11-181-0/+2
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-10-181-1/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-10-181-1/+4
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-10-181-0/+3
| | |\
| | | * Fixed bug #73337 (try/catch not working with two exceptions inside a same ope...Dmitry Stogov2016-10-181-0/+3
| | | * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
| | | * Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-04-081-0/+4
| | | |\
| | | | * Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer)Dmitry Stogov2015-04-081-0/+4
| | | | * Bump yearXinchen Hui2015-01-151-1/+1
| | | * | bump yearXinchen Hui2015-01-151-1/+1
* | | | | Expose information about calls to "fake" closures (created through Reflection...Dmitry Stogov2016-09-261-1/+7
|/ / / /