summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@lerdorf.com>2015-03-05 00:44:47 -0800
committerRasmus Lerdorf <rasmus@lerdorf.com>2015-03-05 00:45:42 -0800
commiteaa1b3e6142b8aa5ac2081884ff52a853d68284a (patch)
tree0f641b684cba7d73be1dbbd46d1d48f80266ad9b
parent65a9a5ca1283cf7ed59a5a14362fd6de0ad713b8 (diff)
downloadphp-git-eaa1b3e6142b8aa5ac2081884ff52a853d68284a.tar.gz
This test fails with multibyte on because it spews
a conversion error on the bogus file
-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 c0648c4953..ab4ff52e1e 100644
--- a/ext/phar/tests/zip/notphar.phpt
+++ b/ext/phar/tests/zip/notphar.phpt
@@ -5,6 +5,7 @@ Phar: a non-executable zip with no stub named .phar.zip
--INI--
phar.readonly=1
detect_unicode=0
+zend.multibyte=0
--FILE--
<?php
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip';