您好,欢迎访问一九零五行业门户网

关于php 从 5.2 升级到 5.4 后 mantis 报错的有关问题

关于php 从 5.2 升级到 5.4 后 mantis 报错的有关问题 - php首页web开发androidj2eephplinux/unixmysqlc#更多... 当前位置: 代码迷 » php » 关于php 从 5.2 升级到 5.4 后 mantis 报错的有关问 关于php 从 5.2 升级到 5.4 后 mantis 报错的有关问题 www.myexception.cn,网友分享于:2014-06-30   浏览:3次 关于php 从 5.2 升级到 5.4 后 mantis 报错的问题
mantis 版本 1.1.8,升级 php 版本后页面报错:
system warning: date(): 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 the timezone 'utc' for now, but please set date.timezone to select your timezone.
解决方法也很简单,修改配置文件 php.ini 设置时区部分:
[date]
; defines the default timezone used by the date functions
date.timezone = asia/shanghai
其它类似信息

推荐信息