Skip to content

Commit 0c35618

Browse files
committed
add info about zend_class_entry.iterator_funcs
1 parent 3b6e1ee commit 0c35618

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
@@ -23,6 +23,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
2323
t. zif_handler
2424
u. GC_G
2525
v. php_add[c]slashes
26+
w. zend_class_entry.iterator_funcs
2627

2728
2. Build system changes
2829
a. Unix build system changes
@@ -147,6 +148,10 @@ PHP 7.3 INTERNALS UPGRADE NOTES
147148
removed. It is now always the caller's responsibility to free the passed
148149
string.
149150

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+
150155
========================
151156
2. Build system changes
152157
========================

0 commit comments

Comments
 (0)