It's weird here. I am just upgrading to php 5.3.0, and from the moment of upgrade I get the following warning:
Warning: getdate () [function.getdate]: It is not safe to rely on a time zone configuration system. You need to use the date.timezone setting or the date_default_timezone_set () function. If you used any of these methods, and you still receive this warning, you most likely incorrectly entered the time zone identifier. We chose 'America / Chicago' for 'CST / -6.0 / no DST'
After browsing in different forums, everyone says that to solve the problem all you need to do is edit the date zone in php.ini and restart Apache.
This did not work for me.
I tried
date.timezone="America/New_York" date.timezone=America/New_York date.timezone="US/Central"
Restarting apache after making changes.
Since I still have the old php install version, I even made sure that I was editing php.ini that the current php version was using at the time to load
/usr/local/php5/lib/php.ini
A warning still appears.
Any suggestions?
Thanks for taking the time.
timezone php
Ole Media Feb 06 2018-10-06 15:31
source share