🌐 AI搜索 & 代理 主页
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: v8.0.0
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: v8.0.1
Choose a head ref
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 26, 2025

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

Commits on Nov 27, 2025

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

Commits on Nov 29, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      register attribute loader arguments in a forward-compatible way
      ensure compatibility with RelayCluster 0.20.0
      mark test using a Redis connection as an integration test
      ensure compatibility with Relay extension 0.20.0
      [DependencyInjection] Fix `query_string` env processor for URLs without query string
      [HttpFoundation] Fix Expires response header for EventStream
      [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports
      [FrameworkBundle] Add missing `useAttributeAsKey` calls
      [DependencyInjection] Fix loose validation in #[Autowire] attribute
      [HttpClient] Fix releasing uploaded stream resources
      Fix JsonPath throwing on quoted True/False/Null
    xabbuh committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    87f887c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4: (40 commits)
      [PropertyInfo] treat mixed[] the same as array when getting types from docblocks
      treat `mixed[]` the same as `array` when getting types from docblocks
      install ext-zstd on PHP 8.5 as well
      fix merge
      [Console] Fix profile invokable command
      sync ControllerHelper docblock with latest AbstractController changes
      fix: Typehint for `createForm` in abstractController
      [Notifier][Mercure] Add support for Mercure 0.7
      register attribute loader arguments in a forward-compatible way
      ensure compatibility with RelayCluster 0.20.0
      mark test using a Redis connection as an integration test
      ensure compatibility with Relay extension 0.20.0
      [FrameworkBundle] Allow backed enum to be used in initial_marking workflow configuration
      [DependencyInjection] Fix `query_string` env processor for URLs without query string
      [HttpFoundation] Fix Expires response header for EventStream
      Bump Symfony version to 7.4.1
      Update VERSION for 7.4.0
      Update CHANGELOG for 7.4.0
      -
      [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports
      ...
    xabbuh committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    6ddf931 View commit details
    Browse the repository at this point in the history
  2. minor #62519 [HttpFoundation] Fix Request getPathInfo docblock (bobva…

    …ndevijver)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [HttpFoundation] Fix Request getPathInfo docblock
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no <!-- if yes, also update src/**/CHANGELOG.md -->
    | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
    | Issues        | -
    | License       | MIT
    
    Fix incorrect example in `getPathInfo` docblock. It's return value will always start with `/`, so the first example cannot be an empty string.
    
    While this is also valid for 5.4 (and was fixed there as part of CVE-2025-64500, I'm now only submitting it for 6.4.
    
    Commits
    -------
    
    fe802d288d6 Fix Request getPathInfo docblock
    nicolas-grekas committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    0384c62 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [SecurityBundle] Fix tests with Symfony 7.4
      [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
      Revert "[HttpClient] Lazily initialize CurlClientState"
      [Yaml] Fix regression handling blank lines in unquoted scalars
      Fix the creation of a redis connection with only ext-relay
      [DependencyInjection] Reset resolved state when setting a parameter
      Fix Request getPathInfo docblock
    nicolas-grekas committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    8cdae4e View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.3' into 7.4

    * 7.3:
      [SecurityBundle] Fix tests with Symfony 7.4
      [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
      Revert "[HttpClient] Lazily initialize CurlClientState"
      [Yaml] Fix regression handling blank lines in unquoted scalars
      allow the installation of MercureBundle 0.4
      Fix the creation of a redis connection with only ext-relay
      [DependencyInjection] Reset resolved state when setting a parameter
      Fix Request getPathInfo docblock
    nicolas-grekas committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    1f76f44 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.4' into 8.0

    * 7.4: (21 commits)
      [SecurityBundle] Fix tests with Symfony 7.4
      [DependencyInjection] Ensure deprecation detection does not trigger a PHP error
      [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
      [Form] Clean up wrong method docblocks in data transformers
      Fix merge
      [DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
      [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
      [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
      Revert "[HttpClient] Lazily initialize CurlClientState"
      [Yaml] Fix regression handling blank lines in unquoted scalars
      [Cache] Fix NullAdapter must set taggable
      [FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
      allow the installation of MercureBundle 0.4
      [Console] don't discard existing aliases when constructing Command
      Import all node definition classes to DefinitionConfigurator
      Fix the creation of a redis connection with only ext-relay
      [FrameworkBundle] Dump bundles config reference first
      [DependencyInjection] Don't add the .container.known_envs parameter when empty
      [DependencyInjection] Reset resolved state when setting a parameter
      [HttpKernel] Don't reset services between fragments redering when using in HttpCache
      ...
    nicolas-grekas committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    afcb9ed View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

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

    * 7.4:
      [HttpFoundation] Improve logic in Request::createFromGlobals()
    nicolas-grekas committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    3690740 View commit details
    Browse the repository at this point in the history
Loading