From: Anatol Belski Date: Wed, 29 Jul 2015 17:30:36 +0000 (+0200) Subject: fix wrong info X-Git-Tag: php-7.0.0beta3~5^2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9249890acf83d77f20cef625ceb4106808d90622;p=php fix wrong info --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index d0bcafbb39..15b83eb494 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -206,7 +206,7 @@ changes. See: https://wiki.php.net/phpng-upgrading build. ZEND_TLS - expands to an appropriate thread specific storage specifier with static visibility in the thread safe build, expands to - an empty string in a non thread safe build. + static specifier in a non thread safe build. Variables declared with these storage specifiers can not be shared across threads. While ZEND_TLS enforces the local scope visibility, ZEND_EXT_TLS