From a7587135e3fad208b013319677320355a870ffe8 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 2 Aug 2015 17:49:06 +0200 Subject: [PATCH] more info for UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0