diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-04-27 22:23:43 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-04-29 15:58:00 +0200 |
commit | 35d213c9ce1e9d1b974414c393c4a72f19eadbb4 (patch) | |
tree | aec28f70f00d101ce8ba918eefcd68b3e05c3ffa | |
parent | 3fbacdc6e87383b0e0765850398aaae6547c5216 (diff) | |
download | php-git-35d213c9ce1e9d1b974414c393c4a72f19eadbb4.tar.gz |
put this test back to XFAIL, as it was before, since it is still leaking memory
-rw-r--r-- | ext/mbstring/tests/zend_multibyte-08.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-08.phpt b/ext/mbstring/tests/zend_multibyte-08.phpt index 488e2a00ca..a0989fc562 100644 --- a/ext/mbstring/tests/zend_multibyte-08.phpt +++ b/ext/mbstring/tests/zend_multibyte-08.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (8) --SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=On zend.script_encoding=ISO-8859-1 |