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/http-foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3
Choose a base ref
...
head repository: symfony/http-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

    nicolas-grekas committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    8261cc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

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

Commits on Jun 20, 2025

  1. Configuration menu
    Copy the full SHA
    d9a7281 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      remove useless @legacy annotation
      disable the Lock integration to not register the deduplicate middleware
      [HttpFoundation] Use lowercase utf-8 as default response charset
      [Mailer] [Transport] Send clone of `RawMessage` instance in `RoundRobinTransport`
      [DependencyInjection] Fix generating adapters of functional interfaces
      [Runtime] Automatically use FrankenPHP runner when its worker mode is detected
    nicolas-grekas committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    304c69e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. [HttpFoundation] Deprecate using Request::sendHeaders() after heade…

    …rs have already been sent
    nicolas-grekas committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    d188f3b View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      [HttpFoundation] Deprecate using `Request::sendHeaders()` after headers have already been sent
      Revert "minor #60377 [HttpFoundation] Emit PHP warning when `Response::sendHeaders()` is called while output has already been sent (ivo95v)"
      [Validator] Add missing HasNamedArguments to some constraints
      [Serializer] Remove unused variable
      Add support for Invokable Commands in CommandTester
    nicolas-grekas committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    bcdf3ca View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

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

Commits on Jun 28, 2025

  1. Configuration menu
    Copy the full SHA
    34573a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      Fix tests
      Fix typos in documentation and code comments
      Fix typos in documentation and code comments
      skip transient tests in the CI
    nicolas-grekas committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    c7a79d6 View commit details
    Browse the repository at this point in the history
Loading