`
aerchi
  • 浏览: 425551 次
  • 性别: Icon_minigender_1
  • 来自: 昆明
文章分类
社区版块
存档分类
最新评论

phpinfo()检查后提示的PHP错误提示

 
阅读更多

[29-Jan-2010 01:27:28] 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 E:\www\index.php on line 2



根据提示,是php.ini中关于时区的设置问题。

查找一下:

date.timezone = ?如果是 ;date.timezone = ?去掉前面的;号。

=号后面的值可以设置为:PRC、Asia/Chongqing、Asia/Shanghai或Asia/Urumqi等试试。

如果是港台地区可以设置为:Asia/Macao 、Asia/Hong_Kong 或Asia/Taipei 等试试。

格式如:

date.timezone = PRC

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics