码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2015-04-26 19:32:33      阅读:139      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!