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

get_magic_quotes_runtime() deprecated in 7.4 - replace HTTP_Request2 #1160

Closed
mrook opened this issue Oct 18, 2019 · 1 comment · Fixed by #1288
Closed

get_magic_quotes_runtime() deprecated in 7.4 - replace HTTP_Request2 #1160

mrook opened this issue Oct 18, 2019 · 1 comment · Fixed by #1288

Comments

@mrook
Copy link
Member

mrook commented Oct 18, 2019

HTTP_Request2 still uses get_magic_quotes_runtime() and hasn't seen a real release since 2016. We should probably replace this package with something more modern & lightweight.

@mrook mrook added this to the 3.0.0-alpha4 milestone Oct 18, 2019
@kenguest
Copy link
Member

Using a PSR18+PSR7 combo would probably be best.

That way we are not tied to using one specific PSR7 library that we might have to later migrate from at a later date due to similar maintenance issues.

With that in mind, I'd suggest implementing with HTTPlug ( http://httplug.io/ ) and perhaps Guzzle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants