History log of /PHP-8.4/ext/intl/tests/IntlIterator_cycle_management.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ee2faaa4 04-Jan-2025 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Handle GC cycles properly in intl iterators

This is a follow-up on GH-17343 to implement GC cycle management.
Previously the objects lived too long due to the strong cycle.
This patc

Handle GC cycles properly in intl iterators

This is a follow-up on GH-17343 to implement GC cycle management.
Previously the objects lived too long due to the strong cycle.
This patch adds get_gc handlers to break the cycle.

Closes GH-17355.

show more ...