1
0
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:
Moriyoshi Koizumi
2003-05-26 22:16:14 +00:00
parent 6d913a3bfc
commit 3cd1ea3154

View File

@@ -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=