summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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