summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-10-02 09:10:04 +0300
committerDmitry Stogov <dmitry@zend.com>2018-10-02 09:10:04 +0300
commit26065662692f2ce7d1b7ebd1ab6c1c96d177a067 (patch)
tree05e2d4d9b30e7040cca3950f4877f49d11a5b4d8 /UPGRADING.INTERNALS
parenta2e83346134c7a197492cb520ad440e0e1aff463 (diff)
downloadphp-git-26065662692f2ce7d1b7ebd1ab6c1c96d177a067.tar.gz
Rename ZEND_ACC_NO_RT_ARENA into ZEND_ACC_HEAP_RT_CACHE and use it for pseudo-main op_arrays.
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 0cbe2e21cd..a38ac6af69 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -38,6 +38,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
- ZEND_ACC_ANON_BOUND is replaced with ZEND_ACC_LINKED. This flag is set
not only during anonymous classes declaration, but also during any
run-time or compile-time class declaration.
+ - ZEND_ACC_NO_RT_ARENA renamed into ZEND_ACC_HEAP_RT_CACHE. Now it's used
+ not only for closures, but also for pseudo-main op_arrays.
- ZEND_ACC_... flags are re-numbered.
d. zend_check_private() is removed. Use (func->common.scope == scope) instead.