php Warning: phpinfo(): It is not safe to rely on the system's timezone settings.解决方法

 2018-09-11    508  

安装php后,使用phpinfo();查看信息

错误描述:

PHP Warning:  phpinfo(): It is not safe to rely on the system's timezone settings. 

问题分析:

没有设定系统时区

解决办法: 
打开php.ini 配置文件

找到

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
; date.timezone =

修改为:

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone ="PRC"

一定要加引号否则还会报错,我查看了一个朋友的文章,没有添加引号,照着做的没能解决问题,还多走了些弯路!

然后记得重启IIS!

上一篇>>支持多标签功能的360文件夹下载

=========================================

下一篇>>推荐几个非常牛逼的抠图网站