summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-08-05 12:40:59 +0800
committerXinchen Hui <laruence@php.net>2012-08-05 12:40:59 +0800
commit228c2886869e7f50a272f163cb3b765a65fd40eb (patch)
tree893fd9bed395c8ea59eecb1a2915e077d0401b07 /ext/phar/tests/zip
parentf4a315fce2658a5338486e17ee11d77bd3dcb14b (diff)
downloadphp-git-228c2886869e7f50a272f163cb3b765a65fd40eb.tar.gz
Fix 126 tests failed of phar when --enable-zend-multibyte
Diffstat (limited to 'ext/phar/tests/zip')
-rw-r--r--ext/phar/tests/zip/notphar.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/phar/tests/zip/notphar.phpt b/ext/phar/tests/zip/notphar.phpt
index 3450c84bbd..c0648c4953 100644
--- a/ext/phar/tests/zip/notphar.phpt
+++ b/ext/phar/tests/zip/notphar.phpt
@@ -4,6 +4,7 @@ Phar: a non-executable zip with no stub named .phar.zip
<?php if (!extension_loaded("phar")) die("skip"); ?>
--INI--
phar.readonly=1
+detect_unicode=0
--FILE--
<?php
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip';