mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
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.