]> granicus.if.org Git - php/commitdiff
add missing --INI-- section
authorGreg Beaver <cellog@php.net>
Sun, 12 Oct 2008 18:54:13 +0000 (18:54 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 12 Oct 2008 18:54:13 +0000 (18:54 +0000)
ext/phar/tests/tar/links6.phpt

index 9a548a878405aba326112c6c970b342c0612bf6c..95fd8fb70104270a31093fd790a1bee6aeb3bd44 100644 (file)
@@ -4,6 +4,8 @@ Phar: test nested linked files
 <?php
 if (!extension_loaded("phar")) die("skip");
 ?>
+--INI--
+phar.require_hash=0
 --FILE--
 <?php
 echo file_get_contents('phar://' . dirname(__FILE__) . '/files/links.phar.tar/link2');