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.
2 parents 32cf58f + 0ad7881 commit a48d9edCopy full SHA for a48d9ed
ext/phar/tests/bug69279.phpt
@@ -3,6 +3,7 @@ Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
3
--SKIPIF--
4
<?php
5
if (!extension_loaded('phar')) die('skip phar extension not available');
6
+if (!extension_loaded('zlib')) die('skip zlib extension not available');
7
?>
8
--INI--
9
phar.readonly=0
ext/phar/tests/bug79912.phpt
@@ -3,6 +3,7 @@ Bug #79912 (Phar::decompressFiles not working)
if (!extension_loaded('phar')) die('skip phar extension is not available');
0 commit comments