-
Notifications
You must be signed in to change notification settings - Fork 56
Add httpsoft/http-message
info
#309
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
Conversation
vjik
commented
May 14, 2023
Q | A |
---|---|
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Related tickets | php-http/discovery#241 |
Documentation | - |
License | MIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for bringing this up. this prompted me to do #310
there is a misunderstanding here. the factories this documentation talks about are the obsolete PHP-HTTP factories that we did before PSR-17 was a thing. in #310 i update the documentation to explain why the PHP-HTTP factories have been deprecated and abandoned. (and also update various adapter and client docs that had not been updated when we switched to PSR-17)
sorry, i realized that there is more in this pull request that is still relevant. @nicolas-grekas i realize that the |
the file to change would not be the ones about the php-http/message-factory but discovery.rst. we currently don't mention the implementations that are discovered but happy if you want to add that in the introduction. |
@dbu Do I need to fix something in the current PR? |
its probably best to start with a fresh PR if you want discovery to mention all implementations it might install. the changes in this PR are all about the deprecated php-http/message-factory (which httpsoft does not implement), so i think they are a misunderstanding. |
OK, may be later... |
glad if you want to add something, or somebody else might at some point adds the list of discovered clients. i will close this PR. |