Browse Source

- This test needs to write

PHAR_1_2
Marcus Boerger 19 years ago
parent
commit
20d2f3f42d
  1. 1
      ext/phar/tests/metadata_write_commit.phpt

1
ext/phar/tests/metadata_write_commit.phpt

@ -4,6 +4,7 @@ Phar with meta-data (write)
<?php if (!extension_loaded("phar")) print "skip";?>
--INI--
phar.require_hash=0
phar.readonly=0
--FILE--
<?php
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';

Loading…
Cancel
Save