Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork99
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:symfony/http-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v5.4.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:symfony/http-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.4.15
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 12commits
- 6files changed
- 5contributors
Commits on Sep 30, 2022
- fabpot committed
Sep 30, 2022 Bump Symfony version to 4.4.47
fabpot committedSep 30, 2022
Commits on Oct 12, 2022
- fabpot committed
Oct 12, 2022 Bump Symfony version to 4.4.48
fabpot committedOct 12, 2022 Bump Symfony version to 5.4.15
fabpot committedOct 12, 2022
Commits on Oct 18, 2022
bug #47878 [HttpKernel] Remove EOL when using error_log() in HttpKern…
…el Logger (cyve)This PR was squashed before being merged into the 4.4 branch.Discussion----------[HttpKernel] Remove EOL when using error_log() in HttpKernel Logger| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? | no| Deprecations? | maybe| Tickets || License | MIT| Doc PR |Hello there !Since PRsymfony/symfony#36855, when using `Symfony\Component\HttpKernel\Log\Logger` with argument `$output = null`. The logger use the `error_log()` method to log messages. But in the log file, messages are separated by an empty line because the default formatter (`Logger::format()`) adds an extra EOL char at the end of the message.This fix prevents the logger to add an extra EOL char when it uses `error_log()`.Possible BC : if someone use the logger with a custom formatter that already add a EOL char at the end of the message, there will be a empty line between messages in the log file. In my opinion, this is minor enough not to worry about it ;-)Thanks for your review :-)Commits-------69cf83ea1a [HttpKernel] Remove EOL when using error_log() in HttpKernel Logger
nicolas-grekas committedOct 18, 2022 bug #47857 [HttpKernel] Fix empty request stack when terminating with…
… exception (krzyc)This PR was squashed before being merged into the 4.4 branch.Discussion----------[HttpKernel] Fix empty request stack when terminating with exception| Q | A| ------------- | ---| Branch? | 4.4, 5.4, 6.0, 6.1, 6.2| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | Fix #47577| License | MIT| Doc PR |Aftersymfony/symfony#47358 the RequestStack is empty when request terminates with exception, which prevents SecurityDataCollector to generate logout URL and generates fatal error.Commits-------e4d6e7b4ba [HttpKernel] Fix empty request stack when terminating with exception
nicolas-grekas committedOct 18, 2022 * 4.4: [HttpKernel] Fix empty request stack when terminating with exception [HttpKernel] Remove EOL when using error_log() in HttpKernel Logger s/annd/and s/gargage/garbage [Console] Fix error output on windows cli Reserve keys when using numeric ones add missing Azerbaijani translations fix few typos/inconsistencies in latvian translations fix: use message object from event
nicolas-grekas committedOct 18, 2022
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v5.4.14...v5.4.15
Uh oh!
There was an error while loading.Please reload this page.