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: 23c8aae
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e2e3f3
Choose a head ref
  • 10 commits
  • 7 files changed
  • 7 contributors

Commits on Dec 6, 2024

  1. [Console] Fix division by 0 error

    Rindula authored and fabpot committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    67191f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4:
      [Console] Fix division by 0 error
      [ErrorHandler] Fix error message with PHP 8.5
      Add an experimental CI job for PHP 8.5
      [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient
      evaluate access flags for properties with asymmetric visibility
      [Mime] Fix wrong PHPDoc in `FormDataPart` constructor
    xabbuh committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    d205904 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      [Console] Fix division by 0 error
      [ErrorHandler] Fix error message with PHP 8.5
      add test covering associated entities referenced by their primary key
      Add an experimental CI job for PHP 8.5
      Fix change log to mentioned thrown exception
      [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient
      evaluate access flags for properties with asymmetric visibility
      [Mime] Fix wrong PHPDoc in `FormDataPart` constructor
    xabbuh committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    13189ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799445d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Merge branch '6.4' into 7.2

    * 6.4:
      fix risky test that doesn't perform any assertions
    xabbuh committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    722fa7c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. [Console] Fix tests

    chalasr committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    fefcc18 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

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

Commits on Mar 12, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      fix(console): fix progress bar messing output in section when there is an EOL
    alexandre-daubois committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    e51498e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    a3011c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      [Intl] Update data to ICU 77.1
      Correctly convert SIGSYS to its name
      fix(security): fix OIDC user identifier
      Do not ignore enum when Autowire attribute in RegisterControllerArgumentLocatorsPass
      fix RedisCluster seed if REDIS_CLUSTER_HOST env var is not set
    xabbuh committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    0e2e3f3 View commit details
    Browse the repository at this point in the history
Loading