]> granicus.if.org Git - php/commit
Fixed bug #71470
authorNikita Popov <nikic@php.net>
Wed, 24 Feb 2016 13:07:06 +0000 (14:07 +0100)
committerNikita Popov <nikic@php.net>
Wed, 24 Feb 2016 13:09:03 +0000 (14:09 +0100)
commitd1057cc13971e90ea3e7720dc5c82bbc92c4ad23
tree17db12a79915b1282eaa94055107f4a0ac19a8a1
parentbb2856b28c8dcc9ea5ba8dcdacb3c84b63ff945e
Fixed bug #71470

Don't report hashtable iterator leaks on unclean shutdown, those
are expected.
NEWS
Zend/tests/bug71470.phpt [new file with mode: 0644]
Zend/zend_execute_API.c