diff options
| -rw-r--r-- | ext/xml/tests/bug32001.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xml/tests/bug32001.phpt b/ext/xml/tests/bug32001.phpt index 3c91aca2dc..57b0d130c8 100644 --- a/ext/xml/tests/bug32001.phpt +++ b/ext/xml/tests/bug32001.phpt @@ -1,5 +1,8 @@ --TEST-- Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect) +--SKIPIF-- +<?php # vim:ft=php +if (!extension_loaded("iconv")) print "skip"; --FILE-- <?php class testcase { |
