Skip to content

Commit b6ee9dd

Browse files
committed
upgrading: doc about ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX
1 parent 85c3232 commit b6ee9dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES
77
d. ZEND_ACC_CLONE removed
88
e. IS_TYPE_IMMUTABLE removed
99
f. zend_arg_info.class_name removed
10+
g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX changed
1011

1112
2. Build system changes
1213
a. Unix build system changes
@@ -39,6 +40,10 @@ PHP 7.2 INTERNALS UPGRADE NOTES
3940

4041
f. zend_arg_info class_name member is removed, use ZEND_TYPE_NAME instead
4142

43+
g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX classname option is removed
44+
use ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX for simple type
45+
use ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX for object
46+
4247
========================
4348
2. Build system changes
4449
========================

0 commit comments

Comments
 (0)