]> granicus.if.org Git - php/commit
Partially enable leak reports for objects
authorNikita Popov <nikic@php.net>
Fri, 17 Apr 2015 10:37:51 +0000 (12:37 +0200)
committerNikita Popov <nikic@php.net>
Sat, 18 Apr 2015 15:31:11 +0000 (17:31 +0200)
commitaef96d5169111db7e17f06ff6b13d56cd980cb8c
tree5b6da35be905bfe9b887d1336b31e155900cac68
parentf616a6f1ebf7ec8ece54022791f078bea8a1e973
Partially enable leak reports for objects

Cycle leaks are currently not reported, because this needs further
work.

The last GC run has been moved to run earlier (before the object
store free), so that array cycles that hold references to objects
don't show up as leaks. Fingers crossed that this doesn't adversely
affect anything else.
Zend/zend.c
Zend/zend_execute_API.c
Zend/zend_objects_API.c