summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-06-26 17:26:07 +0200
committerRemi Collet <remi@php.net>2017-06-26 17:26:07 +0200
commitb6ee9dd490c1553a2b5223b74aef23e29169eced (patch)
treee3e133eba12e74217fdc388011f111289e78b445 /UPGRADING.INTERNALS
parent85c32322acfc07628140bf631e7c52b12e6050b4 (diff)
downloadphp-git-b6ee9dd490c1553a2b5223b74aef23e29169eced.tar.gz
upgrading: doc about ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index b3db7fbf3f..9ffd3484b7 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -7,6 +7,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES
d. ZEND_ACC_CLONE removed
e. IS_TYPE_IMMUTABLE removed
f. zend_arg_info.class_name removed
+ g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX changed
2. Build system changes
a. Unix build system changes
@@ -39,6 +40,10 @@ PHP 7.2 INTERNALS UPGRADE NOTES
f. zend_arg_info class_name member is removed, use ZEND_TYPE_NAME instead
+ g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX classname option is removed
+ use ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX for simple type
+ use ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX for object
+
========================
2. Build system changes
========================