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 8.0: handle removal of get_magic_quotes_gpc() #654

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Aug 11, 2020

The get_magic_quotes_gpc() function was deprecated in PHP 7.4 and removed in PHP 8.0.

Any function call to the get_magic_quotes_gpc() method now needs to be wrapped in a function_exists().

Any function call to the `get_magic_quotes_gpc()` method now needs to be wrapped in a `function_exists()`.
@mblaney mblaney merged commit 364bcbb into simplepie:master Aug 12, 2020
@jrfnl jrfnl deleted the feature/php-8.0-handle-removed-get_magic_quotes branch August 12, 2020 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants