summaryrefslogtreecommitdiff
path: root/Zend/tests/bug79900.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #79900Nikita Popov2020-07-291-0/+13
Run debug build shutdown GC regardless even if GC has been disabled. Of course, this only does something meaningful if the GC has been disabled at runtime and root collection is still enabled. We cannot prevent leaks if GC is disabled completely.