首页 > 后端开发 > php教程 > php Warning: phpinfo(): It is not safe to rely on the systems timezone settings.解决方法

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

WBOY
发布: 2016-08-08 09:25:26
原创
1409 人浏览过

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


安装php后,使用phpinfo();查看信息,有Warning: phpinfo(): It is not safe to rely on the system's timezone settings,原因是没有设定系统的timezone。

解决方法:

1.打开php.ini,如不知道php.ini的位置,可以使用

<?php phpinfo();
?>
登录后复制



 查看Loaded Configuration File就知道当前使用的php.ini位置了。

2.找到date.timezone,修改为 date.timezone = RPC,后保存。

[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

3.修改后重启php,查看phpinfo(); warning 消失。


以上就介绍了php Warning: phpinfo(): It is not safe to rely on the systems timezone settings.解决方法,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板