У мене є проект Symfony2. Я оновив свій php до 5.5.7 сьогодні, і з тих пір я отримую
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...
Я встановлюю часовий пояс за замовчуванням у своєму php.ini
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Europe/Paris";
Щоб переконатися, що це хороший php.ini, я перевіряв
phpinfo();
І шлях, який я туди потрапив, є тим, який я модифікую:
/usr/local/php5.5.7/lib
Але там, я бачу
Default timezone UTC
Що дивно.
будь-яка ідея? Дякую.