Symfony2 und date_default_timezone_get () - Es ist nicht sicher, sich auf die Zeitzoneneinstellungen des Systems zu verlassen

Ich habe ein Symfony2-Projekt. Ich habe heute mein PHP 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 richte die Standard-Zeitzone in meiner php.ini ein

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Europe/Paris";

Um sicher zu gehen, dass dies die gute php.ini ist, habe ich nachgefragt

phpinfo();

Und der Weg dorthin ist der, den ich gerade ändere:

 /usr/local/php5.5.7/lib 

Aber dort sehe ich die

Default timezone    UTC 

Welches ist seltsam.

irgendeine Idee? Danke.

Antworten auf die Frage(7)

Ihre Antwort auf die Frage