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

PHP 7.4 Deprecated: Function get_magic_quotes_gpc() #119

Closed
ThatStevensGuy opened this issue Jun 16, 2020 · 1 comment
Closed

PHP 7.4 Deprecated: Function get_magic_quotes_gpc() #119

ThatStevensGuy opened this issue Jun 16, 2020 · 1 comment

Comments

@ThatStevensGuy
Copy link

ThatStevensGuy commented Jun 16, 2020

In PHP 7.4 get_magic_quotes_gpc() has been deprecated.

Deprecated: Function get_magic_quotes_gpc() is deprecated in /wp-content/plugins/feedwordpress/externals/myphp/myphp.class.php on line 36

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

My fix was to just comment out that if statement on line 36.

radgeek added a commit that referenced this issue Aug 19, 2020
…of PHP 5.4.0 (thank goodness!). Resolves Issue #119, props @ThatStevensGuy.
@radgeek
Copy link
Owner

radgeek commented Aug 19, 2020

This should be fixed by the most recent release, 2020.0818. Thanks for the report!

@radgeek radgeek closed this as completed Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants