Ich habe ein Symfony2-Projekt. Ich habe mein PHP heute auf 5.5.7 aktualisiert und seitdem bekomme ich das
Warning: date_default_timezone_get(): 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in...
Ich habe die Standardzeitzone in meiner php.ini eingerichtet
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Europe/Paris";
Um sicherzugehen, dass dies die gute php.ini ist, habe ich nachgefragt
phpinfo();
Und der Weg, den ich dorthin gehe, ist der, den ich ändere:
/usr/local/php5.5.7/lib
Aber da drin sehe ich das
Default timezone UTC
Welches ist seltsam.
irgendeine Idee? Vielen Dank.