Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
joostdebruijn opened this issue Dec 24, 2019 · 3 comments · Fixed by #665
Closed

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

joostdebruijn opened this issue Dec 24, 2019 · 3 comments · Fixed by #665

Comments

@joostdebruijn
Copy link

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
Copy link
Contributor

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

@glensc
Copy link
Collaborator

glensc commented Mar 5, 2020

Only way to find out is to submit the PR

robbykrlos added a commit to robbykrlos/minify that referenced this issue Mar 6, 2020
- removed deprecated function that since PHP 5.4.0 returns FALSE always, and since PHP 7.4 is deprecated.
@robbykrlos
Copy link
Contributor

robbykrlos commented Mar 6, 2020

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

glensc pushed a commit that referenced this issue Mar 6, 2020
- removed deprecated function that since PHP 5.4.0 returns FALSE always, and since PHP 7.4 is deprecated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants