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:
Dmitry Stogov 2017-12-27 15:15:03 +03:00
parent a6fcbb7c87
commit d9f5ea691f
15 changed files with 10 additions and 29 deletions

View file

@ -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);