首页 > Web开发 > 详细

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

时间:2015-04-26 19:32:06      阅读:336      评论:0      收藏:0      [点我收藏+]

错误描述: 
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. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘UTC‘ for ‘8.0/no DST‘ instead in C:\info.php on line 4 

 

打开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"

一定要加引号否则还会报错!

然后记得重启apache!  

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

原文:http://www.cnblogs.com/xiaoping-2014/p/4458098.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!