summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to ty...Xinchen Hui2017-02-251-0/+18
* | Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed no...Xinchen Hui2017-02-151-1/+1
* | 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
* | 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
| |/
* | Fixed bug #73303Nikita Popov2016-11-181-0/+2
* | 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
* | | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-241-11/+12
|\ \ \ \ | |/ / /
| * | | Fixed bug #73163Nikita Popov2016-09-241-29/+19
* | | | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-231-22/+10
* | | | Fix invalid free on undef const in update_const()Nikita Popov2016-07-301-16/+14
* | | | Safer signal handler (no malloc() call)Keyur2016-07-121-3/+6
* | | | Fixed unused varXinchen Hui2016-06-241-1/+1
* | | | improve ZEND_MODULE_GLOBALS_BULK macro, fix data typeAnatol Belski2016-06-231-8/+2
* | | | typoDmitry Stogov2016-06-231-1/+1
* | | | Turn safe timeout handling into general interrupt handling ability.Dmitry Stogov2016-06-231-4/+15
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
* | | | hard_timeout ignored on TSAnatol Belski2016-06-061-0/+2
* | | | fix hard_timeout support in shutdown functionsAnatol Belski2016-06-061-0/+14
* | | | Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-1/+15
* | | | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-6/+2
* | | | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-1/+1
* | | | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-2/+2
* | | | Refactor zval cleanup into single functionBob Weinand2016-05-051-2/+2
* | | | Fix bug #71897Andrea Faulds2016-05-041-1/+1
* | | | Drop dead code from update_constantNikita Popov2016-04-291-14/+1
* | | | Fix usages of zend_update_constant_exNikita Popov2016-04-291-6/+0
* | | | Don't initialize EX(call)->symbol_table on each function call.Dmitry Stogov2016-04-281-5/+4
* | | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-35/+38
* | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-10/+2
* | | | Mark zend_timeout as noreturnNikita Popov2016-04-211-1/+1
* | | | Safe execution timeout handling.Dmitry Stogov2016-04-201-13/+74
* | | | Merge branch 'PHP-7.0'Joe Watkins2016-04-111-0/+3
|\ \ \ \ | |/ / /
| * | | handle dummy frameJoe Watkins2016-04-111-0/+3
* | | | Merge branch 'PHP-7.0'Xinchen Hui2016-04-011-2/+2
|\ \ \ \ | |/ / /
| * | | Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)Xinchen Hui2016-04-011-2/+2