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

fix magic quotes deprecation warning #14873

Merged
merged 1 commit into from Sep 10, 2019

Conversation

Findus23
Copy link
Member

@Findus23 Findus23 commented Sep 9, 2019

reported in https://forum.matomo.org/t/quickform2-php-109-deprecated-function-get-magic-quotes-gpc-is-deprecated/34121
related to #6339
related to #14821 (deprecation warning is new in 7.4)

get_magic_quotes_gpc() seems to return if magic quotes are enabled. As it has been removed with PHP 5.4 it can be simply replaced with a hardcoded False.

@tsteur
Copy link
Member

tsteur commented Sep 10, 2019

👍

@tsteur tsteur merged commit 5e14326 into 3.x-dev Sep 10, 2019
@tsteur tsteur deleted the fix-magic-quotes-deprecation-warning branch September 10, 2019 00:17
@Findus23 Findus23 restored the fix-magic-quotes-deprecation-warning branch October 4, 2019 09:48
@sgiehl sgiehl deleted the fix-magic-quotes-deprecation-warning branch February 10, 2020 13:02
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 this pull request may close these issues.

None yet

2 participants