diff options
author | Anatol Belski <ab@php.net> | 2015-08-02 17:49:06 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-08-02 17:49:06 +0200 |
commit | a7587135e3fad208b013319677320355a870ffe8 (patch) | |
tree | 97f0758f1affd04eb1cbdcc9f60fe48d5e652843 /UPGRADING.INTERNALS | |
parent | 56d163075b4ecd639f1edd62d94b450971e6f94b (diff) | |
download | php-git-a7587135e3fad208b013319677320355a870ffe8.tar.gz |
more info for UPGRADING.INTERNALS
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 15b83eb494..b1c4fc9a02 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -199,6 +199,9 @@ changes. See: https://wiki.php.net/phpng-upgrading #define MYEXT_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(myext, v) + Another new macro ZEND_MODULE_GLOBALS_BULK(myext) delivers the corresponding + globals struct as a whole. + Two new storage specifiers was introduced. ZEND_EXT_TLS - expand to an appropriate thread specific storage specifier in |