出现Function set_magic_quotes_runtime() is deprecated 是什么问题?

alberts24 2009-11-10 10:18:34
安装PHPCMS的时候出现 Function set_magic_quotes_runtime() is deprecated 这句话 页面无法正常显示 并且无法显示验证码
...全文
9592 15 打赏 收藏 转发到动态 举报
写回复
用AI写文章
15 条回复
切换为时间正序
请发表友善的回复…
发表回复
jibin414 2011-05-21
  • 打赏
  • 举报
回复
那废弃的话,用什么函数替代呢?
walkman52 2010-09-29
  • 打赏
  • 举报
回复
[Quote=引用 10 楼 babysc1 的回复:]
简单来说这函数废了 就是别用了
[/Quote]


正解
一地脚印 2010-08-04
  • 打赏
  • 举报
回复
注销了
运行正常
heyli 2010-03-06
  • 打赏
  • 举报
回复
Function set_magic_quotes_runtime() is deprecated in PHP 5.3.0
tocreat 2010-03-06
  • 打赏
  • 举报
回复
find:
set_magic_quotes_runtime(0);

replace with:
ini_set("magic_quotes_runtime", 0);

enjoy!
babysc1 2009-11-12
  • 打赏
  • 举报
回复
简单来说这函数废了 就是别用了
Siramizu 2009-11-11
  • 打赏
  • 举报
回复
[Quote=引用 6 楼 jakey9826 的回复:]
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.


get_magic_quotes_gpc() - Gets the current configuration setting of magic quotes gpc
get_magic_quotes_runtime() - Gets the current active configuration setting of magic_quotes_runtime
[/Quote]更多见http://www.php.net/manual/en/migration53.deprecated.php
程序猿之殇 2009-11-11
  • 打赏
  • 举报
回复
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.


get_magic_quotes_gpc() - Gets the current configuration setting of magic quotes gpc
get_magic_quotes_runtime() - Gets the current active configuration setting of magic_quotes_runtime
knight0450 2009-11-11
  • 打赏
  • 举报
回复
改成用ini_set()设置吧
tfxg 2009-11-11
  • 打赏
  • 举报
回复
新版本的PHP可能是這樣,不用這函數
happy664618843 2009-11-11
  • 打赏
  • 举报
回复
友情帮顶
do_fork 2009-11-10
  • 打赏
  • 举报
回复
就是说这个函数你最好别用,被废弃了,下一主版本的php很可能会删除这个函数
nextrobin 2009-11-10
  • 打赏
  • 举报
回复
导致这个提示的原因是在PHP5.3后此特性(set_magic_quotes_runtime())已经关闭。
而且在PHP6中已经完全移除此特性。
你可以注释或者删除掉出错的行,或者是在set_magic_quotes_runtime()前面加@符号。
justinavril 2009-11-10
  • 打赏
  • 举报
回复
一般都是有别的替代方法的
justinavril 2009-11-10
  • 打赏
  • 举报
回复
就是这个方法已经废弃了,不要在使用了。

21,887

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧