-
-
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.2.8
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.2.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 5 files changed
- 5 contributors
Commits on Apr 12, 2023
-
[Console] Restoring the ability to output unicode text to the Win10 c…
…onsole Restoring the ability to output unicode text to the Win10 console after corrupting the console on line 224
Configuration menu - View commit details
-
Copy full SHA for 3105944 - Browse repository at this point
Copy the full SHA 3105944View commit details
Commits on Apr 14, 2023
-
* 5.4: [HttpClient] fix proxied redirects in curl client [Intl] Update the ICU data to 73.1 [Console] Restoring the ability to output unicode text to the Win10 console [Mailer] Add brifge documentation
Configuration menu - View commit details
-
Copy full SHA for 77309f7 - Browse repository at this point
Copy the full SHA 77309f7View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79e7e16 - Browse repository at this point
Copy the full SHA 79e7e16View commit details -
bug #48886 [Console] Fix computing column width containing multibyte …
…chars (cay89) This PR was merged into the 5.4 branch. Discussion ---------- [Console] Fix computing column width containing multibyte chars Use mb_str_split instead of str_split because it works badly with multibyte chars on auto width adjustment. | Q | A | ------------- | --- | Branch? | 5.4 and above | Bug fix? | yes Console output with str_split:  Console output with mb_str_split:  Commits ------- f32179ee12 [Console] Fix computing column width containing multibyte chars
Configuration menu - View commit details
-
Copy full SHA for 9f16d3e - Browse repository at this point
Copy the full SHA 9f16d3eView commit details -
* 5.4: [Console] Fix computing column width containing multibyte chars [Messenger] Fix deprecation layer of RedeliveryStamp [Mime] Form field values with integer keys not resolved correctly [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message [PHPUnitBridge] Fix PHPUnit 10.1 compatibility [VarDumper] Make the server TCP connection sync [Messenger] Fix warning message on failed messenger show command [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID [HttpFoundation] Fix BinaryFileResponse [Form] fix merge [HttpFoundation] Fix memory limit problems in BinaryFileResponse [PropertyAccess] Readonly properties must have no PropertyWriteInfo [Form] Cast choices value callback result to string [Serializer] Unexpected value should throw UnexpectedValueException [ErrorHandler] Don't throw deprecations for HttplugClient [Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS Avoid leading .. for temporary files from Filesystem recursive remove
Configuration menu - View commit details
-
Copy full SHA for 28c5c2e - Browse repository at this point
Copy the full SHA 28c5c2eView commit details
Commits on Apr 21, 2023
-
Fix the usage of the zsh completion through the fpath discovery
Zsh completion files registered through the fpath discovery mecanism have 2 requirements: - the file name must have a `_` prefix - the file must start with a `#compdef` comment describing the registration for that file. The file can then either execute the completion logic directly or call `compdef` to register a function for completion. Keeping the second approach allows to use the same generated script for the global use case than for a sourced configuration script.
Configuration menu - View commit details
-
Copy full SHA for 15ac660 - Browse repository at this point
Copy the full SHA 15ac660View commit details -
Fix the list of supported shells for completions in a phar
Using glob inside a phar does not work (it does not find anything). Using a DirectoryIterator on the other hand works with phars. This allows this command to compute the list of supported shells properly when used inside a phar.
Configuration menu - View commit details
-
Copy full SHA for 930de43 - Browse repository at this point
Copy the full SHA 930de43View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90f21e2 - Browse repository at this point
Copy the full SHA 90f21e2View commit details
Commits on Apr 28, 2023
-
* 5.4: trim(): Argument #1 () must be of type string, bool given [Dumper] Trim leading newlines when checking if value begins with a space Fix the list of supported shells for completions in a phar
Configuration menu - View commit details
-
Copy full SHA for b243eb4 - Browse repository at this point
Copy the full SHA b243eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd035b - Browse repository at this point
Copy the full SHA 8dd035bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12288d9 - Browse repository at this point
Copy the full SHA 12288d9View 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.2.8...v6.2.10