Skip to content

Commit

Permalink
add info about zend_class_entry.iterator_funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jul 18, 2018
1 parent 3b6e1ee commit 0c35618
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
t. zif_handler
u. GC_G
v. php_add[c]slashes
w. zend_class_entry.iterator_funcs

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

w. zend_class_entry.iterator_funcs have been replaced by iterator_funcs_ptr.
You don't have to set its value, setting parent.funcs in the get_iterator
function is enough.

========================
2. Build system changes
========================
Expand Down

0 comments on commit 0c35618

Please sign in to comment.