Skip to content

Commit 502b70c

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: Skip test for old glibc iconv
2 parents 7c87988 + 71da4f1 commit 502b70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/xml/tests/bug32001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect),
44
<?php
55
require_once("skipif.inc");
66
if (!extension_loaded('iconv')) die ("skip iconv extension not available");
7+
if (ICONV_IMPL == 'glibc' && version_compare(ICONV_VERSION, '2.12', '<='))
8+
die("skip iconv of glibc <= 2.12 is buggy");
79
?>
810
--FILE--
911
<?php

0 commit comments

Comments
 (0)