]> granicus.if.org Git - php/commit
supplemental fix for bug #76427
authorXinchen Hui <laruence@gmail.com>
Tue, 12 Jun 2018 01:40:34 +0000 (09:40 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 12 Jun 2018 01:40:34 +0000 (09:40 +0800)
commit72104d2b6ecbbabd18de15f10739be5ce3dc9ce0
treed1b76f7a79aa3e3eee1ec815586942282e7e9ad3
parentf2be6e732a0c18d5415b8372aee102829374545a
supplemental fix for bug #76427

there are two parts to make this problem visible , the first is
our new gc new freeing zvals in an opposite direction(compare to 7.2)
the second is zend_object_store_del doesn't check IS_VALID since 7.3
(using assertion instead)
Zend/zend_generators.c