mi restituisce questo warning:
Codice: Seleziona tutto
Warning: phpinfo() [function.phpinfo]: 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. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /var/www/localhost/htdocs/info.php on line 1Codice: Seleziona tutto
/etc/php/apache2-php5.3/php.ini
/etc/php/cgi-php5.3/php.ini
/etc/php/cli-php5.3/php.ini
/etc/php/fpm-php5.3/php.inidate.timezone = "Europe/Berlin"
riavviato apache, ma nulla non funziona proprio
L'unica soluzione è:
Codice: Seleziona tutto
date_default_timezone_set('UTC'); 