Re: [PHP-DEV] setting LC_ALL to it's current value during startup

2004-05-25 Thread Antony Dovgal
Could anybody comment this patch, please ? On Tue, 18 May 2004 17:09:42 +0400 Antony Dovgal <[EMAIL PROTECTED]> wrote: > On Tue, 18 May 2004 13:55:18 +0100 > "Wez Furlong" <[EMAIL PROTECTED]> wrote: > > > Hey Antony, > > > > This is most likely due to some issues with serialize/unserialize and

Re: [PHP-DEV] setting LC_ALL to it's current value during startup

2004-05-18 Thread Antony Dovgal
On Tue, 18 May 2004 13:55:18 +0100 "Wez Furlong" <[EMAIL PROTECTED]> wrote: > Hey Antony, > > This is most likely due to some issues with serialize/unserialize and floating > point numbers; we don't want the format to change with the locale, since it > should be independent. > > Yes, it is a mes

RE: [PHP-DEV] setting LC_ALL to it's current value during startup

2004-05-18 Thread Wez Furlong
L PROTECTED] > Sent: 18 May 2004 13:22 > To: php-dev > Subject: [PHP-DEV] setting LC_ALL to it's current value during startup > > Hi all! > > Could somebody explain me why we're setting only LC_CTYPE to > it's current value in main/main.c, line 136

[PHP-DEV] setting LC_ALL to it's current value during startup

2004-05-18 Thread Antony Dovgal
Hi all! Could somebody explain me why we're setting only LC_CTYPE to it's current value in main/main.c, line 1368 ? What is the reason to make all users to call setlocale() explicitly to set LC_ALL ? Of course, there can be some reasons I'm unaware of, but I'd like to propose following tiny pat