Deprecated: Function set_magic_quotes_runtime() is deprecate
程序员文章站
2022-06-13 22:59:23
...
今天在把php升级之后运行一个页面出现了Deprecated: Function set_magic_quotes_runtime() is deprecated in F:\\wwwroot\\mongodb\\manage\\app.php on line 13错误,后来百度了才知道原因高版本的php把set_magic_quotes_runtime去了,下面我来看解决办法。
官方提供的解决办法:
代码如下 | 复制代码 |
//把 set_magic_quotes_runtime(0); //替代成 ini_set("magic_quotes_runtime",0); |
即可解析了。
上一篇: 【PHP分享】Sublime Text 2安装Ctags插件
下一篇: jmeter对udp接口压测
推荐阅读
-
Function eregi is deprecated (解决方法)
-
Pycharm使用sns.distplot警告FutureWarning: `distplot` is a deprecated function and will be removed in a
-
Deprecated: Function set_magic_quotes_runtime() is deprecated
-
Deprecated: Function set_magic_quotes_runtime() is deprecated
-
php5.3提示Function ereg() is deprecated Error问题解决方法
-
phpredis 报错 “Function Redis::setTimeout() is deprecated” 解决方法
-
php5.3提示Function ereg() is deprecated Error问题解决方法,eregdeprecated_PHP教程
-
Function eregi is deprecated (解决方法)
-
Deprecated: Function set_magic_quotes_runtime() is deprecate
-
Function eregi is deprecated (解决方法)