-
-
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: v6.4.32
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: v6.4.34
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 16 files changed
- 7 contributors
Commits on Jan 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 05327a7 - Browse repository at this point
Copy the full SHA 05327a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f703b - Browse repository at this point
Copy the full SHA d1f703bView commit details
Commits on Feb 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a78c2f1 - Browse repository at this point
Copy the full SHA a78c2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for be40ce3 - Browse repository at this point
Copy the full SHA be40ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 734ce2f - Browse repository at this point
Copy the full SHA 734ce2fView commit details
Commits on Feb 10, 2026
-
[Console] Fix SymfonyStyle block output broken with \r\n line endings
On Windows, messages containing \r\n newlines caused broken block output because the \r was captured by the regex in OutputWrapper::wrap() and then an additional \r\n was appended, resulting in \r\r\n sequences. This normalizes line endings to \n before wrapping and splitting.
Configuration menu - View commit details
-
Copy full SHA for 7c07368 - Browse repository at this point
Copy the full SHA 7c07368View commit details
Commits on Feb 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f87e0b2 - Browse repository at this point
Copy the full SHA f87e0b2View commit details
Commits on Feb 19, 2026
-
[Console] Silence shell_exec warning in hasSttyAvailable
When exec/fork is disallowed (e.g. via sudo NOEXEC), shell_exec() generates a PHP warning even though the function exists. The existing function_exists check does not cover this case. Add the @ error suppression operator, consistent with how proc_open is already called in readFromProcess in the same component. Fixes #61225
Configuration menu - View commit details
-
Copy full SHA for 457f984 - Browse repository at this point
Copy the full SHA 457f984View commit details
Commits on Feb 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1c1275b - Browse repository at this point
Copy the full SHA 1c1275bView commit details -
bug #63438 [Console] ProgressIndicator console helper display with mu…
…ltiple processes (guillaumeVDP) This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Console] ProgressIndicator console helper display with multiple processes Fixes incorrect display when ProgressIndicator is used by multiple processes. | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #62306 | License | MIT When the output is a ConsoleSectionOutput, the overwrite() method was writing raw ANSI escape sequences (\x0D\x1B[2K) directly via write(), which ConsoleSectionOutput's doWrite() recorded as content — corrupting its internal line counter and causing indicators to creep upward on each redraw cycle. Also, finish() called writeln('') after display() to terminate the line, but ConsoleSectionOutput::overwrite() already ends with writeln(), so the extra call registered a phantom blank line in the section's content. Fix by delegating to ConsoleSectionOutput::overwrite() when the output is an instance of ConsoleSectionOutput, and skipping the trailing writeln('') in finish() for the same case. The original issue:  The blank line issue:  The fix:  Commits ------- 637d010af39 [Console] ProgressIndicator console helper display with multiple processesConfiguration menu - View commit details
-
Copy full SHA for 4d8ecef - Browse repository at this point
Copy the full SHA 4d8ecefView commit details
Commits on Feb 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a0613ff - Browse repository at this point
Copy the full SHA a0613ffView commit details
Commits on Feb 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7b1f1c3 - Browse repository at this point
Copy the full SHA 7b1f1c3View 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 v6.4.32...v6.4.34