# vi /usr/local/php/lib/php.ini
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Asia/Seoul <-- 이 부분이 주석 처리가 되어 있으므로, Asia/Seoul 추가 후 Apache 재시작 !
; http://php.net/date.default-latitude
;date.default_latitude = 31.7667
; http://php.net/date.default-longitude
;date.default_longitude = 35.2333
; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333
; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333
[출처] PHP 5.3.x - phpinfo 에서 We selected 'Asia/Seoul' for 'KST/9.0/no DST' instead in /usr/local/apache/htdocs/phpinfo.php on line 1|작성자 에이원네트웍스
'기술자료 > 기술운영자료' 카테고리의 다른 글
CentOS - Kernel-PAE 설치 (0) | 2016.03.20 |
---|---|
PHP 5.3.x 에서 phpinfo 가 뜨지 않을 때 (0) | 2016.03.20 |
yum 설치 시 There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. (0) | 2016.03.20 |
소스 컴파일 시, cannot remove `libtoolT': No such file or directory (0) | 2016.03.20 |
rsync 설정과 사용(기본 포트외 SSH 포트 사용방법) (0) | 2016.03.20 |