]> granicus.if.org Git - php/commitdiff
adjust storage class
authorAnatol Belski <ab@php.net>
Tue, 28 Jul 2015 09:45:36 +0000 (11:45 +0200)
committerAnatol Belski <ab@php.net>
Tue, 28 Jul 2015 14:59:49 +0000 (16:59 +0200)
It's more convenient do explicitly disable the external linking. Also
it's an improvement from the build access time perspective.

Zend/zend_execute_API.c

index a0080affda58331bf0a702a989042d6141684df8..a60ef405ffbeaa1fdb0a33b3fc325a77978c3dd4 100644 (file)
@@ -46,6 +46,7 @@ ZEND_API const zend_fcall_info empty_fcall_info = { 0, NULL, {{0}, {{0}}, {0}},
 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL };
 
 #ifdef ZEND_WIN32
+static
 #ifdef ZTS
 __declspec(thread)
 #endif