- Add missing INI setting

This commit is contained in:
Marcus Boerger 2007-01-27 19:17:56 +00:00
parent 7b6b53b83d
commit f096d18cd5

View File

@ -4,6 +4,7 @@ Phar: context/compress=BZip2
<?php if (!extension_loaded("phar")) print "skip"; ?>
<?php if (!extension_loaded("bz2")) print "skip bz2 not present"; ?>
--INI--
phar.readonly=0
phar.require_hash=0
--FILE--
<?php