- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
PHP在安装好并且修改了php.ini文件中的时区设置之后,通过浏览器访问php测试文件,出现错误PHP Warning: phpinfo() [<a href='function.phpinfo'>function.phpinfo</a>]: 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:wwwrootxxx1.php on line 1
解决办法在php测试文件中加入如下内容
<?php
date_default_timezone_set("Asia/Shanghai");
echo date('h:i:s A');
?>
<?php phpinfo(); ?>
售前咨询
售后咨询
备案咨询
二维码
TOP