php Warning: phpinfo(): It is not safe to rely on the system's timezone settings.问题解决安装PHP后,用PHPstorm打印 phpinfo() 出现 上图问题,经查阅大佬资料发现修改PHP根目录PHP.ini即可解决问题

在PHP根目录打开PHP.ini 搜索date.timezone

php Warning: phpinfo(): It is not safe to rely on the system's timezone settings.问题解决修改为如下图所示

php Warning: phpinfo(): It is not safe to rely on the system's timezone settings.问题解决重启.........

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

问题解决,开始写BUG

参考文章:https://blog.csdn.net/fdipzone/article/details/45268571

相关文章: