]> granicus.if.org Git - php/commitdiff
MFB: Added a note indicating that the tests may fail to due libc
authorIlia Alshanetsky <iliaa@php.net>
Thu, 13 Sep 2007 15:36:50 +0000 (15:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 13 Sep 2007 15:36:50 +0000 (15:36 +0000)
implementation

ext/standard/tests/strings/htmlentities04.phpt
ext/standard/tests/strings/htmlentities15.phpt

index 8e362d073cc563025276fe3577224c56b05f26b9..2d67c77f0563eee951d6a6b7f9d5e75c76b36d30 100644 (file)
@@ -6,6 +6,7 @@ $result = (bool)setlocale(LC_CTYPE, "ja_JP.EUC-JP", "ja_JP.eucJP");
 if (!$result || preg_match('/EUC[^a-zA-Z]*JP/i', setlocale(LC_CTYPE, 0)) == 0) {
        die("skip setlocale() failed\n");
 }
+echo "warn possibly braindead libc\n";
 ?>
 --INI--
 output_handler=
index 5889becae8a3cd6df5246a80156bcbdaa26e6b73..20ed9e7396c7767389478b857067569e69a349b5 100644 (file)
@@ -12,6 +12,7 @@ $result = (bool)setlocale(LC_CTYPE, "ru_RU.koi8r", "ru_RU.KOI8-R");
 if (!$result || preg_match('/koi8/i', setlocale(LC_CTYPE, 0)) == 0) {
        die("skip setlocale() failed\n");
 }
+echo "warn possibly braindead libc\n";
 ?>
 --FILE--
 <?php