mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
# ALLOC_INIT_ZVAL() initialises the type field to IS_NULL, while # MAKE_STD_ZVAL() doesn't. This caused a kind of random crash # when zval_ptr_dtor() was applied on an intact zval created by # the latter method. # # Please check relevant bugs again. There should be some that # have already been marked as bogus.