fix wrong info

This commit is contained in:
Anatol Belski 2015-07-29 19:30:36 +02:00
parent d45d5271f7
commit 9249890acf

View File

@ -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