You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FILE: CiviProxy/proxy/libs/Cache/Lite.php
---------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------
758 | ERROR | Function get_magic_quotes_runtime() is deprecated since PHP 7.4 and removed since PHP 8.0
760 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
776 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
837 | ERROR | Function get_magic_quotes_runtime() is deprecated since PHP 7.4 and removed since PHP 8.0
839 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
843 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
---------------------------------------------------------------------------------------------------------
internal reference: 19712
The text was updated successfully, but these errors were encountered:
I can confirm this, I just ran into this problem. Unfortunately the caching Library isn't maintained since 2019 and there aren't any solutions with that particular Library
@bjendres Imo we need a solution here, and I am curious that noone else ran into this
phpcs -p . --standard=PHPCompatibility --extensions=php --runtime-set testVersion 7.4-8.1
internal reference: 19712
The text was updated successfully, but these errors were encountered: