mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
Changed the test so it would not fail on some old platforms.
This commit is contained in:
@@ -6,6 +6,7 @@ $result = (bool)setlocale(LC_CTYPE, "fr_FR.ISO-8859-15", "fr_FR.ISO8859-15");
|
||||
if (!$result || preg_match('/ISO/i', setlocale(LC_CTYPE, 0)) == 0) {
|
||||
die("skip setlocale() failed\n");
|
||||
}
|
||||
echo "warn possibly braindead libc\n";
|
||||
?>
|
||||
--INI--
|
||||
output_handler=
|
||||
|
||||
Reference in New Issue
Block a user