Merge contributions from Delivery-Direto fork#3
Merged
steinkel merged 63 commits intoCakeDC:masterfrom Mar 24, 2025
Merged
Conversation
- Adds phpcs and phpstan - Github action
CakePHP ^4.2 and RR 2.7
The property `_isCLI` may be used before the `start()` method is called, causing some issues. Also, the `_hasSession` method did not account for the case when the `session.use_only_cookies` flag is set, but the `session.use_cookies` isn't.
…body Corrigir uploads não serem adicionados ao `$request->getData()` e `$request->getParsedBody()`
…e-request-body Não realizar parse de requisições `application/x-www-form-urlencoded` recebidas pelo Roadrunner
…s\Diactoros\ServerRequest`
…ned-by-comma Corrigir headers duplicados aparecendo separados por vírgula na request convertida
…opied fix: copiar `Uri` da request original
ci: adicionar testes do Cloudbuild
fix: parsear basic auth nas variáveis `PHP_AUTH_USER` e `PHP_AUTH_PW`
fix: corrigir erro ao usar `RedirectException` no controller
Merge `2.next` na branch master
chore: atualizar versão mínima do Roadrunner
…23.1.4 chore: atualizar versões do PHP, Roadrunner e CakePHP
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
Sign up for free
to 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.
Checking the status of RoadRunner after a couple years, I see there is a good amount of work being done in https://github.com/Delivery-Direto/cakephp-roadrunner updating the repo to CakePHP 4, so I'm going to merge it into the main repo and test it with a CakePHP app, possibly upgrading to CakePHP 5 later on.
Thank you!