RE: [PHP] setlocale() changes?

2003-06-05 Thread Ford, Mike [LSS]
-Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: 04 June 2003 14:33 I've been getting a warning on one of my scripts since I upgraded from 4.1.2 to the most recent version of PHP. The warning is: Warning: setlocale(): Passing locale category name

[PHP] setlocale() changes?

2003-06-05 Thread Mike At Spy
I've been getting a warning on one of my scripts since I upgraded from 4.1.2 to the most recent version of PHP. The warning is: Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead The script at the line that is failing sez: setlocale

Re: [PHP] setlocale() changes?

2003-06-05 Thread Neil Freeman
Try removing the double quotes around LC_TIME Neil Mike At Spy wrote: *** This Message Was Virus Checked With : SAVI 3.69 May 2003 Last Updated/Checked 2nd June 2003

Re: [PHP] setlocale() changes?

2003-06-05 Thread CPT John W. Holmes
I've been getting a warning on one of my scripts since I upgraded from 4.1.2 to the most recent version of PHP. The warning is: Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead The script at the line that is failing sez:

RE: [PHP] setlocale() changes?

2003-06-05 Thread Mike At Spy
: [EMAIL PROTECTED] Subject: Re: [PHP] setlocale() changes? Try removing the double quotes around LC_TIME Neil Mike At Spy wrote: ** * This Message Was Virus Checked With : SAVI 3.69 May 2003 Last Updated