Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add GC support for ArrayObject
gc_024 test changes because the array that ArrayObject holds is now counted separately from the ArrayObject.
- Loading branch information
Showing
with
11 additions
and 1 deletion.
- +1 −1 Zend/tests/gc_024.phpt
- +10 −0 ext/spl/spl_array.c