]> granicus.if.org Git - php/commit
Fixed bug #79792
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 7 Jul 2020 09:57:01 +0000 (11:57 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 7 Jul 2020 09:58:25 +0000 (11:58 +0200)
commit64931fd3c4c7c3d217f2f19c997a8f89779727c5
tree9050094d1a1108349d75932e4926e62b8a8da00c
parentb765f96f5f6d7d5da77e1d57f80b98f1fde16cde
Fixed bug #79792

We need to remove the iterators even if the array is empty (we
will not create one if the first place, but the array may become
empty after the fact).
NEWS
Zend/tests/bug79792.phpt [new file with mode: 0644]
Zend/zend_hash.c