#253 magic quotes are deprecated in PHP 7.4, removed in PHP 8.0, causing showstopping errors

开启中
ajdunevent3 年之前创建 · 0 条评论
AJ 评论于 3 年之前

extlib/HTTP/Request2.php uses both get_ and set_magic_quotes_runtime() causing "Internal Server Error" because of a call to an undefined function.

It is handled well in vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php with a function_exists() check.

Source of deprecation/removal info: https://www.php.net/manual/en/function.get-magic-quotes-runtime.php https://www.php.net/manual/en/function.get-magic-quotes-gpc.php

extlib/HTTP/Request2.php uses both get_ and set_magic_quotes_runtime() causing "Internal Server Error" because of a call to an undefined function. It is handled well in vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php with a function_exists() check. Source of deprecation/removal info: https://www.php.net/manual/en/function.get-magic-quotes-runtime.php https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。