We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e06e3b commit 4e5fca5Copy full SHA for 4e5fca5
1 file changed
ext/standard/var_unserializer.re
@@ -654,6 +654,7 @@ declared_property:
654
}
655
656
657
+ GC_DEL_FLAGS(Z_OBJ_P(rval), GC_NOT_COLLECTABLE);
658
data = zend_hash_add_new(ht, Z_STR(key), &EG(uninitialized_zval));
659
} else if (ret < 0) {
660
goto failure;
0 commit comments