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 3b6e1ee commit 0c35618Copy full SHA for 0c35618
UPGRADING.INTERNALS
@@ -23,6 +23,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
23
t. zif_handler
24
u. GC_G
25
v. php_add[c]slashes
26
+ w. zend_class_entry.iterator_funcs
27
28
2. Build system changes
29
a. Unix build system changes
@@ -147,6 +148,10 @@ PHP 7.3 INTERNALS UPGRADE NOTES
147
148
removed. It is now always the caller's responsibility to free the passed
149
string.
150
151
+ w. zend_class_entry.iterator_funcs have been replaced by iterator_funcs_ptr.
152
+ You don't have to set its value, setting parent.funcs in the get_iterator
153
+ function is enough.
154
+
155
========================
156
157
0 commit comments