Skip to content
Permalink

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: v4.4.23
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.24
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    5809712 View commit details
    Browse the repository at this point in the history
  2. bug #41210 [Console] Fix Windows code page support (orkan)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Console] Fix Windows code page support
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #37385, Fix #35842, Fix #36324, Fix #37495, Fix #37278
    | License       | MIT
    
    Corrects mojibake problem on Windows where an OEM code page was applied to an input string and then messed with PHP.internal_encoding setting used by the script. This caused strings with different encodings to be displayed on the console output.
    
    Commits
    -------
    
    41452785c6 [Console] Fix Windows code page support
    nicolas-grekas committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1b15ca1 View commit details
    Browse the repository at this point in the history
Loading