Function get_magic_quotes_gpc() is deprecated

  • Hi,


    I am getting this in Perch settings:

    Code
    1. Array
    2. ( [type] => 8192 [message] => Function get_magic_quotes_gpc() is deprecated [file] => C:\PortableApps\UniServerZ\www\perch\core\lib\PerchUtil.class.php [line] => 1382
    3. )

    I was getting a similar message in web page output, however they are gone with the 3.16 update, however I was under the impression that all notices were gone with PHP 7.4.


    If I delete:


    Code
    1. if (get_magic_quotes_gpc()) {
    2. $strip = true;
    3. }

    From the aforementioned file, there is no longer a message so maybe there is still a bug of some kind?