summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-09-13 13:47:06 +0300
committerDmitry Stogov <dmitry@zend.com>2018-09-13 13:47:06 +0300
commit49b92446d780bcb750d65148bc4ad1519bf66fb3 (patch)
treef3d4038e0e26da62e879c008941ffff9b71bce78 /UPGRADING.INTERNALS
parent50b515f1a2c1bc3f8423f206a361df5799fd4bc1 (diff)
downloadphp-git-49b92446d780bcb750d65148bc4ad1519bf66fb3.tar.gz
Remove zend_check_private()
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 526223ddf5..fdcb046a58 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -4,6 +4,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
a. php_sys_symlink() and php_sys_link()
b. zend_lookup_class_ex() and zend_fetch_class_by_name()
c. Function/property/class flags
+ d. Removed zend_check_private()
2. Build system changes
a. Unix build system changes
@@ -35,6 +36,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
check property_info->ce (in the same way as with methods).
- ZEND_ACC_... flags are re-numbered.
+ d. zend_check_private() is removed. Use (func->common.scope == scope) instead.
+
========================
2. Build system changes
========================