ID:               25819
 Updated by:       [EMAIL PROTECTED]
 Reported By:      svs at ropnet dot ru
-Status:           Open
+Status:           Closed
 Bug Type:         Feature/Change Request
 Operating System: FreeBSD 4.8
 PHP Version:      4.3.3
-Assigned To:      
+Assigned To:      bjori
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2003-10-10 08:49:23] svs at ropnet dot ru

php4-STABLE-200310100930: no change.

------------------------------------------------------------------------

[2003-10-10 06:51:32] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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

Reply via email to