Deprecated: Function set_magic_quotes_runtime() is deprecated
程序员文章站
2022-04-19 19:55:47
...
今天在把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用mysql方式连接数据库出现Deprecated报错问题
-
PHP提示Deprecated: mysql_connect(): The mysql extension is deprecated的解决方法
-
Function eregi is deprecated (解决方法)
-
解决php用mysql方式连接数据库出现Deprecated报错问题
-
RAC ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
-
@@tx_isolation is deprecated and will be removed in a future release.Please use '@@transacti :bug修复
-
Pycharm使用sns.distplot警告FutureWarning: `distplot` is a deprecated function and will be removed in a
-
Warning: (1287, @@tx_isolation is deprecated and will be removed in a future release
-
Assigning the return value of new by reference is deprecated in xxxx
-
Deprecated: Function set_magic_quotes_runtime() is deprecated