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 tamouse.li...@gmail.com wrote: I have date.timezone set, as shown in the phpinfo() output: portfolio:Downloads tamara$ php -r 'phpinfo();' | grep 'timezone' Default timezone = America/Chicago

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 tamouse.li...@gmail.com wrote: I have date.timezone set, as shown in the phpinfo() output: portfolio:Downloads tamara$ php -r 'phpinfo();' | grep

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 tamouse.li...@gmail.com 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

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 tamouse.li...@gmail.com 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'