summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-08-02 17:49:06 +0200
committerAnatol Belski <ab@php.net>2015-08-02 17:49:06 +0200
commita7587135e3fad208b013319677320355a870ffe8 (patch)
tree97f0758f1affd04eb1cbdcc9f60fe48d5e652843 /UPGRADING.INTERNALS
parent56d163075b4ecd639f1edd62d94b450971e6f94b (diff)
downloadphp-git-a7587135e3fad208b013319677320355a870ffe8.tar.gz
more info for UPGRADING.INTERNALS
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS3
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