We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c3232 commit b6ee9ddCopy full SHA for b6ee9dd
UPGRADING.INTERNALS
@@ -7,6 +7,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES
7
d. ZEND_ACC_CLONE removed
8
e. IS_TYPE_IMMUTABLE removed
9
f. zend_arg_info.class_name removed
10
+ g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX changed
11
12
2. Build system changes
13
a. Unix build system changes
@@ -39,6 +40,10 @@ PHP 7.2 INTERNALS UPGRADE NOTES
39
40
41
f. zend_arg_info class_name member is removed, use ZEND_TYPE_NAME instead
42
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
+
47
========================
48
49
0 commit comments