|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-07 09:37 UTC] sniper@php.net
[2003-07-08 14:35 UTC] betz@php.net
[2020-02-07 06:12 UTC] phpdocbot@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 17 07:00:01 2025 UTC |
Description: ------------ <?php setlocale(LC_ALL, 'es_ES'); echo strftime("%A %e %B %Y"); ?> works fine on Debian, but fails on Windows 2000 SP2. gettext() *does* work in Windows though, so I know it's not a configuration issue (i.e., extension=php_gettext.dll). I've tested this with both php 5.0.0 and php 4.3.2. Cheers, Ross Reproduce code: --------------- <?php setlocale(LC_ALL, 'es_ES'); echo strftime("%A %e %B %Y"); ?> Expected result: ---------------- domingo 6 julio 2003 Actual result: -------------- Sunday July 2003