-
-
Notifications
You must be signed in to change notification settings - Fork 268
Permalink
Choose 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 or
learn 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/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 8 files changed
- 7 contributors
Commits on Dec 12, 2025
-
bug #62763 [Console] Escape the description passed to the lazy comman…
…d so the container can be build without wanting to replace the %not-a-param% to parameters
Configuration menu - View commit details
-
Copy full SHA for b52819a - Browse repository at this point
Copy the full SHA b52819aView commit details
Commits on Dec 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ea6b012 - Browse repository at this point
Copy the full SHA ea6b012View commit details
Commits on Dec 14, 2025
-
* 6.4: chore: PHP CS Fixer and protected_to_private Cleanup psalm config [FIX] Comments of horizontal/vertical were mixed up [BrowserKit] Allow Cookie expiration to be an int [Serializer] Fix php 8.5 warning unexpected NAN value was coerced to string add unit test job for PHP 8.6
Configuration menu - View commit details
-
Copy full SHA for 71e59dd - Browse repository at this point
Copy the full SHA 71e59ddView commit details
Commits on Dec 16, 2025
-
* 7.3: do not use PHPUnit mock objects without configured expectations chore: PHP CS Fixer and protected_to_private Cleanup psalm config [FIX] Comments of horizontal/vertical were mixed up bug #62763 [Console] Escape the description passed to the lazy command so the container can be build without wanting to replace the %not-a-param% to parameters [BrowserKit] Allow Cookie expiration to be an int do not use PHPUnit mock objects without configured expectations [DependencyInjection] Fix `#[AutowireCallable]` sometimes incorrectly inlined do not use PHPUnit mock objects without configured expectations [Serializer] Fix php 8.5 warning unexpected NAN value was coerced to string add unit test job for PHP 8.6 [Messenger][Doctrine] Remove batched message delete for MySQL and add a covering index for a select query
Configuration menu - View commit details
-
Copy full SHA for b2683d6 - Browse repository at this point
Copy the full SHA b2683d6View commit details -
* 7.4: do not use PHPUnit mock objects without configured expectations chore: PHP CS Fixer and protected_to_private Cleanup psalm config [FIX] Comments of horizontal/vertical were mixed up bug #62763 [Console] Escape the description passed to the lazy command so the container can be build without wanting to replace the %not-a-param% to parameters [BrowserKit] Allow Cookie expiration to be an int do not use PHPUnit mock objects without configured expectations [DependencyInjection] Fix `#[AutowireCallable]` sometimes incorrectly inlined do not use PHPUnit mock objects without configured expectations [Routing] Do not renumber query parameters with numeric key [Serializer] Fix php 8.5 warning unexpected NAN value was coerced to string Fix the generated PHP code when using array shape. add unit test job for PHP 8.6 [Messenger][Doctrine] Remove batched message delete for MySQL and add a covering index for a select query
Configuration menu - View commit details
-
Copy full SHA for 635adce - Browse repository at this point
Copy the full SHA 635adceView commit details
Commits on Dec 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9b0f9e1 - Browse repository at this point
Copy the full SHA 9b0f9e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4009891 - Browse repository at this point
Copy the full SHA 4009891View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d397f - Browse repository at this point
Copy the full SHA b5d397fView commit details -
bug #62813 [Console] Fix EofShortcut instruction when using a modern …
…terminal on Windows (fperxas) This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Console] Fix EofShortcut instruction when using a modern terminal on Windows | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #62514 | License | MIT On `SymfonyQuestionHelper` use the `isDecoratedFlag` instead of the PHP_OS_FAMILY. `@nicolas`-grekas suggested to use `StreamOutput::hasColorSupport()`. As it is a protected method i thought we could use the `OutputInterface::isDecorated` flag which is constructed from `StreamOutput` like this: `$decorated ??= $this->hasColorSupport();` Please review if it is a correct decision :) Commits ------- 2cac8785e5f [Console] Fix EofShortcut instruction when using a modern terminal on Windows
Configuration menu - View commit details
-
Copy full SHA for f9f8a88 - Browse repository at this point
Copy the full SHA f9f8a88View commit details
Commits on Dec 23, 2025
-
* 6.4: [HttpClient] Fix ever growing $maxHostConnections Fix typo [DependencyInjection] Fix referencing build-time array parameters cs fix [FrameworkBundle] Fix cache:pool:prune exit code on failure [Form] Always normalize CRLF and CR to LF in `TextareaType` [Cache] Fix stampede protection when forcing item recomputation [Console] Fix EofShortcut instruction when using a modern terminal on Windows [Console] Fix choice autocomplete issue when string has spaces [Serializer] Fix inconsistent field naming from accessors when using groups [Finder] Fix converting unanchored glob patterns to regex
Configuration menu - View commit details
-
Copy full SHA for 3fe6281 - Browse repository at this point
Copy the full SHA 3fe6281View commit details -
* 7.3: [HttpClient] Fix ever growing $maxHostConnections Fix typo [DependencyInjection] Fix referencing build-time array parameters cs fix [FrameworkBundle] Fix cache:pool:prune exit code on failure [Form] Always normalize CRLF and CR to LF in `TextareaType` [Cache] Fix stampede protection when forcing item recomputation [Console] Fix EofShortcut instruction when using a modern terminal on Windows [Console] Do not call non-static method via class-name [Console] Fix choice autocomplete issue when string has spaces Update SameOriginCsrfTokenManager.php [Serializer] Fix inconsistent field naming from accessors when using groups [Finder] Fix converting unanchored glob patterns to regex
Configuration menu - View commit details
-
Copy full SHA for 732a9ca - Browse repository at this point
Copy the full SHA 732a9caView commit details -
* 7.4: [Config][FrameworkBundle] Allow using ParamConfigurator with every configurable value [HttpFoundation] Improve doc blocks in `ParameterBag` [HttpClient] Fix ever growing $maxHostConnections Fix typo [DependencyInjection] Fix referencing build-time array parameters cs fix [FrameworkBundle] Fix cache:pool:prune exit code on failure [Form] Add type hint for FormTypeInterface in FormBuilderInterface [Form] Always normalize CRLF and CR to LF in `TextareaType` [Cache] Fix stampede protection when forcing item recomputation [DoctrineBridge] Fix checking for the session table when using PDO fix(messenger): allow signing message without routing definition [Console] Fix EofShortcut instruction when using a modern terminal on Windows [Console] Do not call non-static method via class-name [Console] Fix choice autocomplete issue when string has spaces Update SameOriginCsrfTokenManager.php [Serializer] Fix inconsistent field naming from accessors when using groups [Finder] Fix converting unanchored glob patterns to regex
Configuration menu - View commit details
-
Copy full SHA for 6145b30 - Browse repository at this point
Copy the full SHA 6145b30View commit details
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 v8.0.1...v8.0.3