]> granicus.if.org Git - php/commit
zend_fcall_info_cache.calling_scope is not used by zend_call_function() and doesn...
authorDmitry Stogov <dmitry@zend.com>
Thu, 3 May 2018 16:27:04 +0000 (19:27 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 3 May 2018 16:27:04 +0000 (19:27 +0300)
commiteafa92ba9d315106dede5aa154f81d0a4b34fe57
treef41dd0d7576592548fe636034ed2986eb3bb62e0
parentfdb347a7539bde2c02b7efaae25583581c77b88e
zend_fcall_info_cache.calling_scope is not used by zend_call_function() and doesn't have to be initialized.
It's used only as a result of zend_is_callable() in forward_static_call and spl_autoload.
12 files changed:
Zend/zend_closures.c
Zend/zend_execute_API.c
Zend/zend_interfaces.c
ext/mysqli/mysqli.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pgsql/pgsql.c
ext/reflection/php_reflection.c
ext/spl/php_spl.c
ext/spl/spl_directory.c
ext/spl/spl_engine.h
main/streams/userspace.c