summaryrefslogtreecommitdiff
path: root/Zend/tests/object_gc_in_shutdown.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Don't disable object slot reuse while running shutdown functionstwosee2019-03-181-0/+14
We only need to do this once we're running destructors. The current approach interferes with some event loop code that runs everything inside a shutdown function.