]> granicus.if.org Git - php/commitdiff
fix wrong info
authorAnatol Belski <ab@php.net>
Wed, 29 Jul 2015 17:30:36 +0000 (19:30 +0200)
committerAnatol Belski <ab@php.net>
Wed, 29 Jul 2015 17:30:36 +0000 (19:30 +0200)
UPGRADING.INTERNALS

index d0bcafbb397e351f3f98325cb3bc40005a9e5803..15b83eb49498e0532e01e91a11b1cc6ada7bd2ae 100644 (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