Deprecated: Function set_magic_quotes_runtime() is deprecated
程序员文章站
2024-04-05 17:00:12
...
今天在把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);
即可解析了。
上一篇: linux umask是什么
下一篇: 常用SQL注射语句解析(2)_MySQL
推荐阅读
-
Deprecated: Function set_magic_quotes_runtime() is deprecated
-
ECSHOP完美解决Deprecated: preg_replace()报错的问题
-
php错误提示:Call-time pass-by-reference has been deprecated
-
php:Deprecated: Function set_magic_quotes_runtime() is deprecated错误解决
-
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdb
-
Loading class com.mysql.jdbc.Driver . This is deprecated. The new driver class is com.mysql.cj.jdb
-
Loading class `com.mysql.jdbc.Driver'. This is deprecated.
-
spring boot单元测试类的使用.Loading class `com.mysql.jdbc.Driver'. This is deprecated.
-
Loading class `com.mysql.jdbc.Driver'. This is deprecated警告处理,jdbc更新处
-
Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql.cj.jdb