Re: [PHP] about locale settings

2009-06-19 Thread Daniel Brown
On Fri, Jun 19, 2009 at 15:40, Per Jessen wrote: > > http://bugs.php.net/bug.php?id=48612 See my email to you a moment ago on the impeccability of your timing, as well. ;-P -- daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Sha

Re: [PHP] about locale settings

2009-06-19 Thread Per Jessen
Daniel Brown wrote: > On Thu, Jun 18, 2009 at 14:52, Per Jessen wrote: >> >> Now Dan, I hate to be a pest, but them minutes of yours seem to be >> running a teeny bit slow? :-) > > It's the uhh time difference between Zurich and > Scranton...? [*blushes*] > > Sorry about that.

Re: [PHP] about locale settings

2009-06-18 Thread Daniel Brown
On Thu, Jun 18, 2009 at 14:52, Per Jessen wrote: > > Now Dan, I hate to be a pest, but them minutes of yours seem to be > running a teeny bit slow? :-) It's the uhh time difference between Zurich and Scranton...? [*blushes*] Sorry about that. Let me finish this one final task a

Re: [PHP] about locale settings

2009-06-18 Thread Per Jessen
Daniel Brown wrote: > On Tue, Jun 16, 2009 at 15:33, Per Jessen wrote: >> >> Environment >> >> Variable => Value >> LC_ALL => de_DE.utf8 >> >> Is that what you were after? > > Sure is. Unfortunately, that means it's not an environment-import > issue as I had originally suspected. I'll take

Re: [PHP] about locale settings

2009-06-16 Thread Daniel Brown
On Tue, Jun 16, 2009 at 15:33, Per Jessen wrote: > > Environment > > Variable => Value > LC_ALL => de_DE.utf8 > > Is that what you were after? Sure is. Unfortunately, that means it's not an environment-import issue as I had originally suspected. I'll take a look on one of my servers and see

Re: [PHP] about locale settings

2009-06-16 Thread Per Jessen
Daniel Brown wrote: > On Tue, Jun 16, 2009 at 12:51, Per Jessen wrote: >> >> Am I the only one to run into these oddball problems?  Doesn't anyone >> else use different locales?  I think the above is a bug - php >> _should_ respect the LC_ALL setting without being specifically poked. > > Per;

Re: [PHP] about locale settings

2009-06-16 Thread Daniel Brown
On Tue, Jun 16, 2009 at 12:51, Per Jessen wrote: > > Am I the only one to run into these oddball problems?  Doesn't anyone > else use different locales?  I think the above is a bug - php _should_ > respect the LC_ALL setting without being specifically poked. Per; Sorry, I meant to get bac

Re: [PHP] about locale settings

2009-06-16 Thread Per Jessen
Per Jessen wrote: > When I've set LC_ALL before calling php, why do I need to call > setlocale() in the script too: > > LC_ALL=de_DE.utf8 php -r "print strftime('%B');" > June > > LC_ALL=de_DE.utf8 php -r "setlocale(LC_ALL,''); print strftime('%B');" > Juni > > What am I missing here? I have n