diff options
author | Anatol Belski <ab@php.net> | 2015-07-28 11:45:36 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-07-28 16:59:49 +0200 |
commit | 2ec51faece2dc5195433f4299ef3b429c2589185 (patch) | |
tree | 880aafd199b130c895af89abfc8d3ab39eda22b6 /Zend/zend_execute_API.c | |
parent | a28115ccdb11301a418cc748ef7716a1687cc585 (diff) | |
download | php-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.c | 1 |
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 |