-
-
Notifications
You must be signed in to change notification settings - Fork 6
Fatal Compile Error: Declaration of Http\Client\Socket\Stream::close() must be compatible #14
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
Comments
Got to reproduce the error. By reading the issue and related discussions, we may need to replace |
I'm personally already using https://github.com/guzzle/guzzle which also has socket support. Are there any other suggestions? |
I'd suggest Guzzle as well and maybe Shall we move with this: in
in
Those changes will leave the actual implementation of the underlying transport (HTTP) to the project using |
@flavioheleno All looks good to me 👍 |
Unless I use
"psr/http-message": "1.1"
in composer.json, I get the error:Declaration of Http\Client\Socket\Stream::close() must be compatible
Looks related to: php-http/socket-client#69
Can anyone reproduce? If so we might need to update our
composer.json
The text was updated successfully, but these errors were encountered: