开发者社区> 问答> 正文

php报错PHP Strict Standards

试了好多方法,没用,请问这个怎么解决,用的iis7+php5.3的,报错PHP Strict Standards: Non-static method FastJSON::convert() should not be called statically,
代码是:return FastJSON::convert($array); 就是这行出错

展开
收起
小旋风柴进 2016-03-09 16:01:23 2370 0
1 条回答
写回答
取消 提交回答
  • Strict Standards: Declaration of YtUtils::resize() should be compatible with that of YTools::resize()
    这种错误在php开发中很常见,可以在根目录里的configuration.php的public $error_reporting = 'development';中将其改为public $error_reporting = '7';
    也可在后台中“全局设置”->“服务器”->“错误报告”中将其设为“无”即可。

    2019-07-17 18:56:21
    赞同 展开评论 打赏
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
PHP安全开发:从白帽角度做安全 立即下载
PHP 2017.北京 全球开发者大会——高可用的PHP 立即下载
复杂PHP系统性能瓶颈排查及优化 立即下载