Merge branch 'PHP-5.6'

* PHP-5.6:
  fixed test
This commit is contained in:
Anatol Belski 2014-11-21 13:58:08 +01:00
commit 27d7ae6330

View File

@ -10,6 +10,14 @@ if (PHP_ZTS) {
should be even XFAIL till it's fixed there */ should be even XFAIL till it's fixed there */
die("skip NTS only"); die("skip NTS only");
} }
if (substr(PHP_OS, 0, 3) != 'WIN') {
$loc = ["de_DE", "fr_FR", "en_US"];
foreach($loc as $l) {
if (!setlocale(LC_ALL, $l)) {
die("SKIP '$l' locale not supported.");
}
}
}
?> ?>
--FILE-- --FILE--
<?php <?php