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

Guzzle 5.3 and PHP 7.3 #2111

Closed
jenschude opened this issue Jul 24, 2018 · 1 comment
Closed

Guzzle 5.3 and PHP 7.3 #2111

jenschude opened this issue Jul 24, 2018 · 1 comment

Comments

@jenschude
Copy link

Q A
Bug? yes
New Feature? no
Version 5.3

Actual Behavior

Guzzle 5.3 errors when using PHP 7.3 (nightly on Travis) with following message:

"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
guzzlehttp/guzzle/src/Message/MessageFactory.php:197
guzzlehttp/guzzle/src/Client.php:78

Expected Behavior

No error

Steps to Reproduce

Create a MessageFactory instance running on a PHP 7.3 runtime

@sagikazarmark
Copy link
Member

Fixed in #2112

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

No branches or pull requests

2 participants