Xampp lite에서 기본 설정으로는 위와 같은 모든 항목이 OK라고 뜨지 않습니다.
로드 되지 않는 모듈 (dll 파일들은) 주석을 제거하여 항목을 활성화 해주면
해당 부분의 에러가 없어 집니다.
마지막 date.timezone 부분은
extension=php_timezonedb.dll
모듈 주석제거
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
[Date]
; Defines the default timezone used by the date functions
date.timezone = Asia/Seoul
위의 Asia/Seoul 로 설정하시면 됩니다.
이유는 php 설정에서 각 나라별 지정항목이 있습니다. 아래 링크 참조하세요~
http://us2.php.net/manual/en/function.date-default-timezone-set.php
급하게 설명하려니... 또 후다닥 넘어가네요~