From: svs at ropnet dot ru Operating system: FreeBSD 4.8 PHP version: 4.3.3 PHP Bug Type: Unknown/Other Function Bug description: Several test cases fail in setlocale()
Description: ------------ These tests should try harder to set locale; e.g. de_DE.ISO8859-1 before de_DE, ru_RU.KOI8-R before ru_RU.koi8r... Reproduce code: --------------- $TEST_PHP_EXECUTABLE run-tests.php tests/lang/034.phpt ext/standard/tests/strings/htmlentities15.phpt ext/xml/tests/xml007.phpt Expected result: ---------------- PASS Locale settings affecting float parsing [tests/lang/034.phpt] PASS htmlentities() test 15 (setlocale / KOI8-R) [ext/standard/tests/strings/htmlentities15.phpt] PASS xml_parse_into_struct/umlauts in tags [ext/xml/tests/xml007.phpt] Actual result: -------------- SKIP Locale settings affecting float parsing [tests/lang/034.phpt] SKIP htmlentities() test 15 (setlocale / KOI8-R) [ext/standard/tests/strings/htmlentities15.phpt] (reason: setlocale() failed) SKIP xml_parse_into_struct/umlauts in tags [ext/xml/tests/xml007.phpt] (reason: strtoupper on non-ascii not supported on this platform) -- Edit bug report at http://bugs.php.net/?id=25819&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25819&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25819&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25819&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25819&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25819&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25819&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25819&r=support Expected behavior: http://bugs.php.net/fix.php?id=25819&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25819&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25819&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25819&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25819&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25819&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25819&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25819&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=25819&r=float
