欢迎访问服务器技术网-www.fuwuqijishu.com

解决”Call to undefined function set_magic_quotes_runtime()”问题

运维 fuwuqijishu 2年前 (2022-09-04) 38次浏览 0个评论 扫描二维码

今天有在处理网站数据迁移转换程序的时候导入数据有出现报错”Call to undefined function set_magic_quotes_runtime()”,然后查阅资料看到应该是PHP版本问题导致的。自 PHP 5.3 起,该函数已经被弃用,执行它的时候会抛出 E_DEPRECATED 异常。 自 PHP 5.4 起,尝试开启 magic quotes 时该函数会产生一个 E_CORE_ERROR 错误。

然后我们 直接注释掉:

// @set_magic_quotes_runtime(0);

或者我们更换低版本PHP,然后出现不兼容后再调整PHP。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2303.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900