mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initialized if zend_fcall_info_cache.function_handler is set).
This commit is contained in:
parent
a6fcbb7c87
commit
d9f5ea691f
15 changed files with 10 additions and 29 deletions
|
@ -2840,7 +2840,6 @@ static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_
|
|||
}
|
||||
}
|
||||
|
||||
fcc.initialized = 1;
|
||||
fcc.function_handler = ce->constructor;
|
||||
fcc.calling_scope = zend_get_executed_scope();
|
||||
fcc.called_scope = Z_OBJCE_P(return_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue