ezyang / htmlpurifier

Standards compliant HTML filter written in PHP
http://htmlpurifier.org
GNU Lesser General Public License v2.1
3.07k stars 327 forks source link

deprecated get_magic_quotes_gpc #275

Open edgreenberg opened 4 years ago

edgreenberg commented 4 years ago

PHP 7.4 threw a deprecation error on one of my uses of get_magic_quotes_gpc(). When I searched the code to see where else it was used, I found it on library/HTMLPurifier/Config.php:806 (version 4.13.0).

I didn't get the error on HTMLPurifier, so this is just a courtesy notice.

See https://stackoverflow.com/questions/61054418/php-7-4-deprecated-get-magic-quotes-gpc-function-alternative

Thank you

artemmolotov commented 3 years ago

Fixed in the #273.