diff options
author | Rasmus Lerdorf <rasmus@lerdorf.com> | 2015-03-05 00:44:47 -0800 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@lerdorf.com> | 2015-03-05 00:44:47 -0800 |
commit | d7810cc0fa02b2458863b38b80354cf750ba2062 (patch) | |
tree | 1fd7fa1a71824aabeb1f741741a4724a802506c7 | |
parent | 73de105481a97c60cd4a931d53cc17a9e3772b40 (diff) | |
download | php-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.phpt | 1 |
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'; |