History log of /PHP-8.1/Zend/tests/gh7958.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# fb70460d 18-Feb-2022 Christoph M. Becker

Fix GH-7958: Nested CallbackFilterIterator is leaking memory

We implement `zend_object_iterator_funcs.get_gc` for user iterators to
avoid the memory leak.

Closes GH-8107.