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: v5.1.5
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.6
Choose a head ref
  • 14 commits
  • 35 files changed
  • 7 contributors

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    c36a64a View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Enable "native_constant_invocation" CS rule
      Make AbstractPhpFileCacheWarmer public
    nicolas-grekas committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    4044c64 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.1

    * 4.4:
      Enable "native_constant_invocation" CS rule
      Make AbstractPhpFileCacheWarmer public
    nicolas-grekas committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    bc882da View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    5e2200b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      Prevent parsing invalid octal digits as octal numbers
      [DI] fix ContainerBuilder on PHP8
      [Console] Make sure $maxAttempts is an int or null.
      [VarDumper] Fix caster for invalid SplFileInfo objects on php 8.
      [Intl] Skip test cases that produce a TypeError on php 8.
      [PhpUnitBridge] Adjust output parsing for PHPUnit 9.3.
      [PhpUnitBridge] CoverageListenerTrait update for PHPUnit 8.5/9.x
      add bosnian (bs) translation
      [Debug] Parse "x not found" errors correctly on php 8.
    xabbuh committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    903b243 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.1

    * 4.4:
      [Debug] fix test
      consistently use same types for strict comparisons
      [PhpUnitBridge] Skip internal classes in CoverageListenerTrait
      [VarExporter] unserialize() might throw an Exception on php 8.
      [ErrorHandler] Parse "x not found" errors correctly on php 8.
      Prevent parsing invalid octal digits as octal numbers
      remove unnecessary check for  existing request
      [DI] fix ContainerBuilder on PHP8
      [Console] Make sure $maxAttempts is an int or null.
      [VarDumper] Fix caster for invalid SplFileInfo objects on php 8.
      [Intl] Skip test cases that produce a TypeError on php 8.
      [PhpUnitBridge] Adjust output parsing for PHPUnit 9.3.
      [PhpUnitBridge] CoverageListenerTrait update for PHPUnit 8.5/9.x
      add bosnian (bs) translation
      [Debug] Parse "x not found" errors correctly on php 8.
    nicolas-grekas committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    eb9c158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2a6c76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    714a4a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Fix tests on 5.6

    fabpot committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    b28996b View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Fix tests on 5.6
      [Debug] Skip a test that was meant for HHVM.
      [Console] Silence warnings on sapi_windows_cp_set() call
      guard $argv + $token against null, preventing unnecessary exceptions
    fabpot committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3c7ee34 View commit details
    Browse the repository at this point in the history
  3. Simplify code

    fabpot committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    37746b2 View commit details
    Browse the repository at this point in the history
  4. Merge branch '4.4' into 5.1

    * 4.4:
      [Intl] promote warnings to value errors on PHP 8
      Fix CS
      DateTime validator support for trailing data
      Remove some leftover for HHVM support
      Simplify code
      Fix tests on 5.6
      [Debug] Skip a test that was meant for HHVM.
      [Console] Silence warnings on sapi_windows_cp_set() call
      guard $argv + $token against null, preventing unnecessary exceptions
    xabbuh committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    b8c92f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    90933b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Merge branch '4.4' into 5.1

    * 4.4:
      fix merge
      drop logger mock in favor of using the BufferingLogger
      catch ValueError thrown on PHP 8
      [Yaml Parser] Fix edge cases when parsing multiple documents
      fix parsing comments not prefixed by a space
      [Translator] Make sure a null locale is handled properly
      deal with errors being thrown on PHP 8
      [Cache] Allow cache tags to be objects implementing __toString()
      [HttpKernel] Do not override max_redirects option in HttpClientKernel
      remove superfluous cast
      [HttpClient] Support for CURLOPT_LOCALPORT.
      Upgrade PHPUnit to 8.5 (php 7.2) and 9.3 (php >= 7.3).
      Fixed exception message formatting
      [FrameworkBundle] Fix error in xsd which prevent to register more than one metadata
      [Console] work around disabled putenv()
      [PhpUnitBridge] Fix error with ReflectionClass
      [HttpClient][HttpClientTrait] don't calculate alternatives if option is auth_ntlm
      Change 'cache_key' to AbstractRendererEngine::CACHE_KEY_VAR
      Upgrade PHPUnit to 8.5 (php 7.2) and 9.3 (php >= 7.3).
    xabbuh committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    04c3a31 View commit details
    Browse the repository at this point in the history
Loading