#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명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.