-
Notifications
You must be signed in to change notification settings - Fork 3
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
How hard would it be to add support of PHP 5.3? #28
Comments
I don't think it's a good idea to downgrade to 5.3 at this point. It would require additional dev time to ensure 5.3 compatibility, and that's something that most of the PHP community is moving away from supporting. Maybe you can create a 5.3 compatible fork. |
What if I will create a PR instead? So far I can see that If the downgrade would be rather painless, then why not... |
It's not a one time cost. It's also maintenance going forward.
|
Do you have anything special in the roadmap for this project? |
Will you accept a PR or should I just make a fork? |
You should fork if you need PHP 5.3 support. Apologies, but I don't want to support 5.3 in this repo. |
Since in our company we have a requirement to support 5.3 and Guzzle\PSR7 will be used in company PHP SDK I think I can support 5.3 on long term. I will fork the repo then make a PR, but it's up to you to accept it. |
Made a PR #30 |
I know that it's super obsolete, but some of our customers still use it...
It would be great if Guzzle PSR-7 implementation will also be 5.3 compatible.
The text was updated successfully, but these errors were encountered: