summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Expose information about calls to "fake" closures (created through Reflection...Dmitry Stogov2016-09-261-1/+7
* 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
* | Merge zend_execute_data->called_scope into zend_execute_data->This.Dmitry Stogov2016-04-011-12/+12
* | Use CALL_INFO flag to check if we need to destroy symbol_table.Dmitry Stogov2016-03-311-0/+1
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-181-1/+1
|\ \ | |/
| * Fix ZEND_DEBUG conditionNikita Popov2016-03-181-1/+1
* | fix initializer for empty_fcall_infoAnatol Belski2016-03-041-1/+1
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-7/+2
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-03-021-0/+3
|\ \ | |/
| * PHP-7 zend_call_function() doesn't support symbol_table substitutionDmitry Stogov2016-03-021-0/+3
* | Merge branch 'PHP-7.0'Nikita Popov2016-02-241-1/+1
|\ \ | |/
| * Fixed bug #71470Nikita Popov2016-02-241-1/+1
* | Use special type IS_ERROR instread of EG(error_zval). (we still need EG(error...Dmitry Stogov2016-01-281-1/+1
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-12-181-0/+6
|\
| * Fixed iter leak on by-ref foreach over const/tmp arrayNikita Popov2015-12-171-0/+6
* | Fixed bug #71163 (Segmentation Fault: cleanup_unfinished_calls)Xinchen Hui2015-12-181-5/+3
|/
* Use format stringXinchen Hui2015-12-121-1/+1
* Fixed bug #70914 zend_throw_or_error() format string vulnerabilityTaoguang Chen2015-11-141-1/+1
* Fixed reference cuntmting for closures (previously we didn't increment refere...Dmitry Stogov2015-10-091-5/+6
* Revert "Allow random $this on non-internal Closures again"Dmitry Stogov2015-10-061-3/+0
* Allow random $this on non-internal Closures againBob Weinand2015-10-051-0/+3