We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2025c commit df39586Copy full SHA for df39586
ext/zlib/zlib.c
@@ -631,6 +631,7 @@ PHP_FUNCTION(gzfile)
631
632
/* Initialize return array */
633
array_init(return_value);
634
+ zend_hash_real_init_packed(Z_ARRVAL_P(return_value));
635
636
/* Now loop through the file and do the magic quotes thing if needed */
637
memset(buf, 0, sizeof(buf));
0 commit comments