Since i upgraded from php 5.2.xx to 5.3.10 i have this warning:
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.
i had set the date.timezone setting in the php.ini in cd /usr/local/lib but the values were not changed when restarting the apache.
Today i had to change the upload_max_filesize.
But when changing and restarting apache the value was not changed.
Can somebody help?
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.
i had set the date.timezone setting in the php.ini in cd /usr/local/lib but the values were not changed when restarting the apache.
Today i had to change the upload_max_filesize.
But when changing and restarting apache the value was not changed.
Can somebody help?