summaryrefslogtreecommitdiff
path: root/ext/phar/tests/015.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-01-12 21:16:29 +0000
committerMarcus Boerger <helly@php.net>2006-01-12 21:16:29 +0000
commit42e3644d5b855a44014011e4711e85b7f383486f (patch)
tree596a978ce50228f7e275df2f1bf46044a9fd03f5 /ext/phar/tests/015.phpt
parent679fa695758d80467d03b88c0daf5151e9461a3e (diff)
downloadphp-git-42e3644d5b855a44014011e4711e85b7f383486f.tar.gz
- Add bzip2 decompression support
Diffstat (limited to 'ext/phar/tests/015.phpt')
-rw-r--r--ext/phar/tests/015.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/015.phpt b/ext/phar/tests/015.phpt
index 69c9472e64..3e6c673691 100644
--- a/ext/phar/tests/015.phpt
+++ b/ext/phar/tests/015.phpt
@@ -2,7 +2,7 @@
Phar::mapPhar valid file (gzipped)
--SKIPIF--
<?php if (!extension_loaded("phar")) print "skip";
-if (!Phar::canCompress()) print "skip"; ?>
+if (!extension_loaded("zlib")) print "skip zlib not present"; ?>
--FILE--
<?php
$file = "<?php