mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed zend_fcall_info.symbol_table
This commit is contained in:
parent
960b3755b3
commit
c67c166f93
21 changed files with 6 additions and 40 deletions
|
@ -327,7 +327,6 @@ static int do_callback(struct pdo_sqlite_fci *fc, zval *cb,
|
|||
fc->fci.size = sizeof(fc->fci);
|
||||
fc->fci.function_table = EG(function_table);
|
||||
ZVAL_COPY_VALUE(&fc->fci.function_name, cb);
|
||||
fc->fci.symbol_table = NULL;
|
||||
fc->fci.object = NULL;
|
||||
fc->fci.retval = &retval;
|
||||
fc->fci.param_count = fake_argc;
|
||||
|
@ -478,7 +477,6 @@ static int php_sqlite3_collation_callback(void *context,
|
|||
collation->fc.fci.size = sizeof(collation->fc.fci);
|
||||
collation->fc.fci.function_table = EG(function_table);
|
||||
ZVAL_COPY_VALUE(&collation->fc.fci.function_name, &collation->callback);
|
||||
collation->fc.fci.symbol_table = NULL;
|
||||
collation->fc.fci.object = NULL;
|
||||
collation->fc.fci.retval = &retval;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue