|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-07-24 10:59 UTC] jani@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 07:00:01 2025 UTC |
Description: ------------ the PHP command line interpreter appears to ignore the LC_ALL setting. In order to make it work, it appears to require an explicit call of setlocale() in a script. Reproduce code: --------------- LC_ALL=de_DE.utf8 php -r "print strftime('%B');" Expected result: ---------------- Juni Actual result: -------------- June