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 555bd2f + 90081c5 commit b426966Copy full SHA for b426966
ext/phar/tests/zip/require_hash.phpt
@@ -1,7 +1,10 @@
1
--TEST--
2
Phar: zip-based phar, require_hash=1, no signature
3
--SKIPIF--
4
-<?php if (!extension_loaded('phar')) die('skip'); ?>
+<?php
5
+if (!extension_loaded('phar')) die('skip');
6
+if (!extension_loaded('zip')) die('skip');
7
+?>
8
--INI--
9
phar.readonly=1
10
phar.require_hash=0
0 commit comments