diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-06-27 12:25:36 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-06-27 12:25:36 +0400 |
commit | 032f33591a643c0cabe615a016b8f79f2fd9b277 (patch) | |
tree | 23d09685f50cf9f4c87eae05866707aa83ad6afb /Zend/zend_execute_API.c | |
parent | 04c87b9961b999fb64c15ebc2347c30bee8766e6 (diff) | |
download | php-git-032f33591a643c0cabe615a016b8f79f2fd9b277.tar.gz |
Keep extra args in the same VM stack segment (after all CV and TMP vars)
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r-- | Zend/zend_execute_API.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 1efed55eb3..92e0ede804 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -911,7 +911,6 @@ int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TS ZVAL_UNDEF(fci->retval); } } -//??? zend_vm_stack_free_call_frame(EX(call), 0 TSRMLS_CC); if (Z_OBJ(EG(This))) { zval_ptr_dtor(&EG(This)); |