Re: [PHP] date.timezone set and still getting strict warnings.

2011-06-14 Thread Daniel Brown
On Tue, Jun 14, 2011 at 10:35, Tamara Temple wrote: > > Ok, first off, are you telling me the CLI and the Web versions reference > different php.ini files? I thought they both used /etc/php.ini... Depends on the compile-time arguments and such. You can also have local php.ini files (as in, u

Re: [PHP] date.timezone set and still getting strict warnings.

2011-06-14 Thread Shawn McKenzie
On 06/14/2011 09:35 AM, Tamara Temple wrote: > > On Jun 13, 2011, at 4:17 PM, Daniel Brown wrote: > >> On Mon, Jun 13, 2011 at 16:25, Tamara Temple >> wrote: >>> I have date.timezone set, as shown in the phpinfo() output: >>> >>> portfolio:Downloads tamara$ php -r 'phpinfo();' | grep 'timezone'

Re: [PHP] date.timezone set and still getting strict warnings.

2011-06-14 Thread Tamara Temple
On Jun 13, 2011, at 4:17 PM, Daniel Brown wrote: On Mon, Jun 13, 2011 at 16:25, Tamara Temple wrote: I have date.timezone set, as shown in the phpinfo() output: portfolio:Downloads tamara$ php -r 'phpinfo();' | grep 'timezone' Default timezone => America/Chicago date.timezone => 'America/Ch

Re: [PHP] date.timezone set and still getting strict warnings.

2011-06-13 Thread Daniel Brown
On Mon, Jun 13, 2011 at 16:25, Tamara Temple wrote: > I have date.timezone set, as shown in the phpinfo() output: > > portfolio:Downloads tamara$ php -r 'phpinfo();' | grep 'timezone' > Default timezone => America/Chicago > date.timezone => 'America/Chicago' => 'America/Chicago' That's the CL

[PHP] date.timezone set and still getting strict warnings.

2011-06-13 Thread Tamara Temple
I have date.timezone set, as shown in the phpinfo() output: portfolio:Downloads tamara$ php -r 'phpinfo();' | grep 'timezone' Default timezone => America/Chicago date.timezone => 'America/Chicago' => 'America/Chicago' Yet, when I call a function like strtotime(), i still get the Strict warning