From: Anatol Belski Date: Sat, 17 Mar 2018 20:17:47 +0000 (+0100) Subject: Mark non exported symbol as static X-Git-Tag: php-7.3.0alpha1~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=397d40cdd7830add08e382c2e8f187b37b55f180;p=php Mark non exported symbol as static --- diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index 495c7a54e5..3e5e01114b 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -85,7 +85,7 @@ ts_rsrc_id cwd_globals_id; virtual_cwd_globals cwd_globals; #endif -cwd_state main_cwd_state; /* True global */ +static cwd_state main_cwd_state; /* True global */ #ifndef ZEND_WIN32 #include