mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: Skip test for old glibc iconv
This commit is contained in:
commit
502b70c50c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect),
|
|||
<?php
|
||||
require_once("skipif.inc");
|
||||
if (!extension_loaded('iconv')) die ("skip iconv extension not available");
|
||||
if (ICONV_IMPL == 'glibc' && version_compare(ICONV_VERSION, '2.12', '<='))
|
||||
die("skip iconv of glibc <= 2.12 is buggy");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue