summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-07-28 11:45:36 +0200
committerAnatol Belski <ab@php.net>2015-07-28 16:59:49 +0200
commit2ec51faece2dc5195433f4299ef3b429c2589185 (patch)
tree880aafd199b130c895af89abfc8d3ab39eda22b6 /Zend/zend_execute_API.c
parenta28115ccdb11301a418cc748ef7716a1687cc585 (diff)
downloadphp-git-2ec51faece2dc5195433f4299ef3b429c2589185.tar.gz
adjust storage class
It's more convenient do explicitly disable the external linking. Also it's an improvement from the build access time perspective.
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index a0080affda..a60ef405ff 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -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