diff options
author | Marcus Boerger <helly@php.net> | 2007-01-08 23:03:41 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2007-01-08 23:03:41 +0000 |
commit | 7093d72b5ef175c0b02232f90b21f13170c3f610 (patch) | |
tree | e5080115bd878be44f2042bf62b32aed5467a0ad /ext/phar/tests/018.phpt | |
parent | 6d3b05455652a64cbe41f2fa47302cf1e1a8c1d2 (diff) | |
download | php-git-7093d72b5ef175c0b02232f90b21f13170c3f610.tar.gz |
- Add initial hash support write/read/verify md5/sha1(default)
Diffstat (limited to 'ext/phar/tests/018.phpt')
-rw-r--r-- | ext/phar/tests/018.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/phar/tests/018.phpt b/ext/phar/tests/018.phpt index 83c733437a..3171271b0a 100644 --- a/ext/phar/tests/018.phpt +++ b/ext/phar/tests/018.phpt @@ -2,6 +2,8 @@ Phar: opendir test, root directory --SKIPIF-- <?php if (!extension_loaded("phar")) print "skip"; ?> +--INI-- +phar.require_hash=0 --FILE-- <?php $file = "<?php |