mrclay / minify

Combines. minifies, and serves CSS or Javascript files
BSD 3-Clause "New" or "Revised" License
3.01k stars 472 forks source link

Function get_magic_quotes_gpc() is now deprecated in PHP 7.4 #661

Closed joostdebruijn closed 4 years ago

joostdebruijn commented 4 years ago

When using this library with PHP 7.4.1:

PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in .../mrclay/minify/lib/HTTP/ConditionalGet.php on line 320

robbykrlos commented 4 years ago

Any plans for this to be fixed? Can I fix it with a PR?

glensc commented 4 years ago

Only way to find out is to submit the PR

robbykrlos commented 4 years ago

Done, PR sent - Function get_magic_quotes_gpc() is now deprecated in PHP 7.4 #661 #665

https://www.php.net/manual/en/function.get-magic-quotes-gpc.php