Skip to content

Commit

Permalink
fix wrong info
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jul 29, 2015
1 parent d45d527 commit 9249890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.INTERNALS
Expand Up @@ -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
Expand Down

0 comments on commit 9249890

Please sign in to comment.