반응형
Warning: date() [function.date]: 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 'Asia/Seoul' for 'KST/9.0/no DST' instead
php.ini 편집
- date.timezone = Asia/Seoul
이후 apache 재 구동.
반응형
'프로그래밍 > PHP' 카테고리의 다른 글
이모지 제거. (0) | 2017.01.09 |
---|---|
세션 관리. session id 가 계속 갱신되는 문제. (0) | 2016.03.10 |
short_open_tag 설정. (0) | 2012.08.07 |
파일 업로드. (0) | 2012.07.11 |
[Oracle] BLOB insert 하기 (0) | 2009.02.11 |