phpinfo() [function.phpinfo]: 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
원인이 먼지 삽질하다 찾아내었다..
php5.3은 date.timezone을 설정하지 않으면 php warning 이 출력된다...
그래서 php.ini 화일에서 date.timezone =Asia/Seroul 로 설정해야 한다
'Web_Programma' 카테고리의 다른 글
php 썸네일 함수 구현 부분 (0) | 2012.03.21 |
---|---|
mysql database 에서 한글 개짐 현상 처리법 (0) | 2012.03.21 |
자바스크립트 jquery 로 둥근 모서리 효과 주기 (0) | 2012.03.21 |
jquery mobile 중 포커스 없애는 구문.. (0) | 2012.03.21 |
google map api vr3 기본 코드 (0) | 2012.03.21 |