]> granicus.if.org Git - php/commitdiff
zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initialized...
authorDmitry Stogov <dmitry@zend.com>
Wed, 27 Dec 2017 13:02:20 +0000 (16:02 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 27 Dec 2017 13:02:20 +0000 (16:02 +0300)
Zend/zend_execute_API.c

index 674354acf7855cbf74c2200c0ff09c58c9136c55..b651a086068877e3abf36da109238691ab933cfe 100644 (file)
@@ -47,7 +47,7 @@ ZEND_API void (*zend_execute_internal)(zend_execute_data *execute_data, zval *re
 
 /* true globals */
 ZEND_API const zend_fcall_info empty_fcall_info = { 0, {{0}, {{0}}, {0}}, NULL, NULL, NULL, 0, 0 };
-ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL };
+ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, NULL };
 
 #ifdef ZEND_WIN32
 ZEND_TLS HANDLE tq_timer = NULL;