Ciao a tutti
Ho installato perchè volevo aggiornare la versione di php che utilizzavo, php 5.3.6 con apache 2.2.17
Il tutto andrebbe anche bene se non fosse per un piccolo errore:
Codice PHP:
Warning: getdate() [function.getdate]: 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/Paris' for '2.0/DST' instead in update.php on line 41
23/03/2011 11:00
Praticamente eseguo la funziona getdate() e con la versione di php precedente non avevo questo errore
Ora, sono andato a vedere sia il file php.ini vecchio che quello nuovo, e non c'è settato nessun date.timezone
Così ho provaot a settarlo, togliendo il commento così
Codice PHP:
date.timezone = "Europe/Rome"
anche senza vorgolette, ma niente!
Che faccio?
Torno alla vecchia versione?