diff options
author | Dmitry Stogov <dmitry@zend.com> | 2016-03-02 17:50:55 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2016-03-02 17:50:55 +0300 |
commit | c67c166f930b2f815a805a3376e9244794e20c31 (patch) | |
tree | 6ec75a15e3dd9c7e9cdb0e1ba06ffb038726a0b9 /sapi/phpdbg/phpdbg_prompt.c | |
parent | 960b3755b3ca97f3ea2f98f65f1ac88f24d320ac (diff) | |
download | php-git-c67c166f930b2f815a805a3376e9244794e20c31.tar.gz |
Removed zend_fcall_info.symbol_table
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_prompt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c index 5b3b546466..8a4bd3a3ac 100644 --- a/sapi/phpdbg/phpdbg_prompt.c +++ b/sapi/phpdbg/phpdbg_prompt.c @@ -122,7 +122,6 @@ static inline int phpdbg_call_register(phpdbg_param_t *stack) /* {{{ */ fci.size = sizeof(zend_fcall_info); fci.function_table = &PHPDBG_G(registered); //???fci.symbol_table = zend_rebuild_symbol_table(); - fci.symbol_table = NULL; fci.object = NULL; fci.retval = &fretval; fci.no_separation = 1; |