summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2016-03-02 17:50:55 +0300
committerDmitry Stogov <dmitry@zend.com>2016-03-02 17:50:55 +0300
commitc67c166f930b2f815a805a3376e9244794e20c31 (patch)
tree6ec75a15e3dd9c7e9cdb0e1ba06ffb038726a0b9 /Zend/zend_API.c
parent960b3755b3ca97f3ea2f98f65f1ac88f24d320ac (diff)
downloadphp-git-c67c166f930b2f815a805a3376e9244794e20c31.tar.gz
Removed zend_fcall_info.symbol_table
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r--Zend/zend_API.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c
index e9cf134ede..5ebfe2cb17 100644
--- a/Zend/zend_API.c
+++ b/Zend/zend_API.c
@@ -3427,7 +3427,6 @@ ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_i
fci->param_count = 0;
fci->params = NULL;
fci->no_separation = 1;
- fci->symbol_table = NULL;
return SUCCESS;
}