Re: date.timezone set and still getting strict warnings.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 13, 2011 at 16:25, Tamara Temple <tamouse.lists@xxxxxxxxx> 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 CLI version of PHP....

> Yet, when I call a function like strtotime(), i still get the Strict warning
> about not having date.timezone set. (Yes, I have restarted the server,
> twice, and the correct value shows up if I invoke phpinfo() via the server.)

    .... and you're referencing the web version here.

> Any clues?

    Check the web version of PHP's phpinfo() output and see if it and
the CLI are using the same php.ini file.  My guess is that they're
not, and - while the CLI one is set with the timezone - its web
counterpart is missing the flag.

-- 
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux