summaryrefslogtreecommitdiff
path: root/Zend/tests/bug72530.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #72530Nikita Popov2019-08-131-0/+31
For objects with destructors, we will now only call the destructor in the initial GC run, and remove any nested data. The object is marked purple so it will be considered a root for the next GC run, at which point it will be fully destroyed, if possible. GC counts change on a number of tests, as the objects now get destroyed later.