-
[PHP 에러 해결하기] PHP message: PHP Warning: phpinfo() It is not safe to rely on the system's timezone settingsWeb/PHP 2020. 10. 13. 14:11SMALL
PHP 설치하기
2020/09/29 - [Web/Nginx] - Nginx에 php-fpm 설치하기 for Centos7
PHP를 설치하고 phpinfo 파일로 테스트 할 때 로그에
FastCGI sent in stderr: "PHP message: PHP Warning: 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.
이런 경고가 뜬다면 타임존 설정이 안 되어있다는 것이다.
그럴 때는 리눅스 centos 7 기준 /etc/php.ini 파일의 타임존을 설정해주면 된다.
$ vi /etc/php.ini ... [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = Asia/Seoul
LIST'Web > PHP' 카테고리의 다른 글
[VS Code PHP 오류] Cannot validate since no PHP executable is set. Use the setting 'php.validate.executablePath' to configure the PHP executable. (0) 2021.07.15 PHP와 Android 연동하기 (0) 2020.10.13 댓글