ID: 25819 Updated by: [EMAIL PROTECTED] Reported By: svs at ropnet dot ru -Status: Open +Status: Feedback Bug Type: Unknown/Other Function Operating System: FreeBSD 4.8 PHP Version: 4.3.3 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Previous Comments: ------------------------------------------------------------------------ [2003-10-10 06:38:45] svs at ropnet dot ru 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 this bug report at http://bugs.php.net/?id=25819&edit=1
