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:44:47 -0800
commitd7810cc0fa02b2458863b38b80354cf750ba2062 (patch)
tree1fd7fa1a71824aabeb1f741741a4724a802506c7
parent73de105481a97c60cd4a931d53cc17a9e3772b40 (diff)
downloadphp-git-d7810cc0fa02b2458863b38b80354cf750ba2062.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';