码迷,mamicode.com
首页 > 其他好文 > 详细

set_magic_quotes_runtime(0)

时间:2017-04-21 18:18:45      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:set_magic_quotes_runtime(0)

技术分享

PHP Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in D:\Inetpub\wwwroot\discuz\install\index.php:12

Stack trace:

#0 {main}

thrown in D:\Inetpub\wwwroot\discuz\install\index.php on line 12


从PHP 5.4开始,set_magic_quotes_runtime()已经被弃用,从PHP 7.0开始set_magic_quotes_runtime()已经被移除

对于 Discuz! X3.2,即删除install/index.php的以下代码

@set_magic_quotes_runtime(0);


本文出自 “CBO#Boy_Linux之路” 博客,请务必保留此出处http://20151213start.blog.51cto.com/9472657/1918163

set_magic_quotes_runtime(0)

标签:set_magic_quotes_runtime(0)

原文地址:http://20151213start.blog.51cto.com/9472657/1918163

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!