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 /ext/pgsql/pgsql.c | |
parent | 960b3755b3ca97f3ea2f98f65f1ac88f24d320ac (diff) | |
download | php-git-c67c166f930b2f815a805a3376e9244794e20c31.tar.gz |
Removed zend_fcall_info.symbol_table
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r-- | ext/pgsql/pgsql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 5c82fd8b43..34ae0d02f7 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -2826,7 +2826,6 @@ static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_ fci.size = sizeof(fci); fci.function_table = &ce->function_table; ZVAL_UNDEF(&fci.function_name); - fci.symbol_table = NULL; fci.object = Z_OBJ_P(return_value); fci.retval = &retval; fci.params = NULL; |