Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[PsrHttpMessageBridge] Import the bridge into the monorepo#51100
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This PR was squashed before being merged into the 2.8-dev branch (closes#1).Discussion----------Initial support| Q | A| ------------- | ---| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR |symfony/symfony-docs#5331- [x] Composer dependencies- [x] Interfaces- [x] Stub- [x] HttpFoundationFactory implementation- [x] DiactorosFactory implementation- [x] StreamedResponseCommits-------ca41146 Initial support
This PR was merged into the master branch.Discussion----------Test Diactoros Factory with PHP 5.4They now support PHP 5.4 too.Commits-------bab1530 Test Diactoros Factory with PHP 5.4
…KorvinSzanto)This PR was merged into the master branch.Discussion----------Remove use of deprecated 'deep' parameter in testsThis allows the tests to complete when using the symfony 3.0 version of http-foundation.Commits-------305c0fe Remove use of deprecated 'deep' parameter
update Travis CI configuration
This PR was squashed before being merged into the master branch (closessymfony#18).Discussion----------Allow multiple calls to Request::getContent()The Symfony request throws a LogicException if getContent() is called more than once and the first time with parameter "true". If $symfonyRequest->getContent(true) has thrown the exception, the call to $symfonyRequest->getContent() will do the same again.Commits-------9624b8b Allow multiple calls to Request::getContent()
Fixed PHP 5.3.3 array syntax
…(ahundiak, Danielss89)This PR was merged into the master branch.Discussion----------Fixessymfony#9 Bridge error when no file is selectedQABug fix?yesNew feature?noBC breaks?noDeprecations?noTests pass?yesFixed ticketssymfony#9LicenseMITDoc PRCommits-------a1a631a Update assert error messagee5d62e6 Fixes based on code-review101b608 Handles null file in createrequest bridge.
…RI (rougin)This PR was squashed before being merged into the master branch (closessymfony#22).Discussion----------Fixessymfony#16 Symfony Request created without any URI| Q | A || ------------- |:-------------:|| Bug fix? | Yes || New feature? | No || BC breaks? | No || Depreciations? | No || Tests pass? | Yes || Fixed tickets | [symfony#16](https://github.com/symfony/psr-http-message-bridge/issues/16) || License | MIT || Doc PR | N/A |Commits-------a59c572Fixessymfony#16 Symfony Request created without any URI
This PR was merged into the master branch.Discussion----------Fix REQUEST_METHOD on symfony requestCommits-------98ab85a Fix REQUEST_METHOD on symfony request
This PR was merged into the 1.0-dev branch.Discussion----------test suite compatibility with PHPUnit 6Commits-------f5c46f0 test suite compatibility with PHPUnit 6
This PR was merged into the 1.0-dev branch.Discussion----------Allow Symfony 4Commits-------97635f1 Allow Symfony 4
fabbot complains about the merge commit. I'd like to keep that merge commit in order to keep the original history intact. |
3b5b4e4
to84a0935
Compare…arsed body (nicolas-grekas)This PR was merged into the 2.3 branch.Discussion----------Don't rely on Request::getPayload() to populate the parsed bodyThat's just not needed and creates issues likesymfony#121+ fixes a bug with invalid jsons.Commits-------ef03b6d Don't rely on Request::getPayload() to populate the parsed body
84a0935
to54478cf
Comparenicolas-grekas approved these changesJul 26, 2023
OskarStark approved these changesJul 26, 2023
54478cf
toc21b1bd
Comparec21b1bd
toe40dd66
Comparefabpot approved these changesJul 30, 2023
Thank you@derrabus. |
fabpot added a commit that referenced this pull requestJul 31, 2023
…omponents (derrabus)This PR was merged into the 6.4 branch.Discussion----------[PsrHttpMessageBridge] Streamline README.md with other components| Q | A| ------------- | ---| Branch? | 6.4| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | Follows#51100| License | MIT| Doc PR | not neededCommits-------5635e86 [PsrHttpMessageBridge] Streamline README.md with other components
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I propose to import the
symfony/psr-http-message-bridge
package into the Symfony monorepo for further maintenance.