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:45:42 -0800 |
commit | eaa1b3e6142b8aa5ac2081884ff52a853d68284a (patch) | |
tree | 0f641b684cba7d73be1dbbd46d1d48f80266ad9b /ext/phar | |
parent | 65a9a5ca1283cf7ed59a5a14362fd6de0ad713b8 (diff) | |
download | php-git-eaa1b3e6142b8aa5ac2081884ff52a853d68284a.tar.gz |
This test fails with multibyte on because it spews
a conversion error on the bogus file
Diffstat (limited to 'ext/phar')
-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'; |