File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
19
19
p. VM instruction operands (FETCH_CLASS, FETCH_CONSTANT, CATCH)
20
20
q. sapi_cli_single_write()
21
21
r. php_url
22
+ s. zend_function.reserved[]
22
23
23
24
2. Build system changes
24
25
a. Unix build system changes
@@ -129,6 +130,10 @@ PHP 7.3 INTERNALS UPGRADE NOTES
129
130
130
131
r. fields of php_url struct change from char * to zend_string *
131
132
133
+ s. Specual purose zend_functions marked by ZEND_ACC_CALL_VIA_TRAMPOLINE or
134
+ ZEND_ACC_FAKE_CLOSURE flags use reserved[0] for internal purpose.
135
+ Third party extensions must not modify reserved[] fileds of these functins.
136
+
132
137
========================
133
138
2. Build system changes
134
139
========================
You can’t perform that action at this time.
0 commit comments