🌐 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-BETA2
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.0-RC1
Choose a head ref
  • 18 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 3, 2025

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

Commits on Nov 6, 2025

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

    * 6.4:
      [Messenger] Fix commands writing to STDERR instead of STDOUT
      [HttpFoundation] Fix parsing hosts and schemes in URLs
    nicolas-grekas committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    6379e49 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.3' into 7.4

    * 7.3:
      [Messenger] Fix commands writing to STDERR instead of STDOUT
      [HttpFoundation] Fix parsing hosts and schemes in URLs
    nicolas-grekas committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    a696cb0 View commit details
    Browse the repository at this point in the history
  4. Merge branch '7.4' into 8.0

    * 7.4:
      [Messenger] Fix commands writing to STDERR instead of STDOUT
      [HttpFoundation] Fix parsing hosts and schemes in URLs
    nicolas-grekas committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    1884e99 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Merge branch '5.4' into 6.4

    * 5.4:
      [HttpFoundation] Fix parsing pathinfo with no leading slash
    nicolas-grekas committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    b03d11e View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      [HttpFoundation] Fix parsing pathinfo with no leading slash
    nicolas-grekas committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    db488a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      Fix Warning: curl_multi_select(): timeout must be positive
      [PropertyInfo] Fix ReflectionExtractor handling of underscore-only property names
      ObjectNormalizer: allow null and scalar
      [Security] Fix `HttpUtils::createRequest()` when the context’s base URL isn’t empty
      [Serializer] fix Inherited properties normalization
      [OptionsResolver] Fix missing prototype key in nested error paths
      Bump Symfony version to 7.3.8
      Update VERSION for 7.3.7
      Update CHANGELOG for 7.3.7
      Bump Symfony version to 6.4.30
      Update VERSION for 6.4.29
      Update CHANGELOG for 6.4.29
      [Yaml] Fix parsing of unquoted multiline scalars with comments or blank lines
      [Clock] Align MockClock::sleep() behavior with NativeClock for negative values
      [OptionsResolver] Ensure remove() also unsets deprecation status
      Remove review state for Belarusian translations (entries 141 and 142)
      [ExpressionLanguage] Compile numbers with var_export in Compiler::repr for thread-safety
      compatibility with ext-redis 6.3
      [Serializer] Fix BackedEnumNormalizer behavior with partial denormalization
      [HttpFoundation] Fix parsing pathinfo with no leading slash
    xabbuh committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    fa8b9f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4: (22 commits)
      Fix Warning: curl_multi_select(): timeout must be positive
      [PropertyInfo] Fix ReflectionExtractor handling of underscore-only property names
      ObjectNormalizer: allow null and scalar
      [Security] Fix `HttpUtils::createRequest()` when the context’s base URL isn’t empty
      [Serializer] fix Inherited properties normalization
      [OptionsResolver] Fix missing prototype key in nested error paths
      Bump Symfony version to 7.3.8
      Update VERSION for 7.3.7
      Update CHANGELOG for 7.3.7
      Bump Symfony version to 6.4.30
      Update VERSION for 6.4.29
      Update CHANGELOG for 6.4.29
      [FrameworkBundle] Update deprecation message for collect_serializer_data
      run test using a read-only directory on Windows too
      [Yaml] Fix parsing of unquoted multiline scalars with comments or blank lines
      [Clock] Align MockClock::sleep() behavior with NativeClock for negative values
      [OptionsResolver] Ensure remove() also unsets deprecation status
      Remove review state for Belarusian translations (entries 141 and 142)
      [ExpressionLanguage] Compile numbers with var_export in Compiler::repr for thread-safety
      compatibility with ext-redis 6.3
      ...
    xabbuh committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    86b949a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f9dbbf View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.3

    * 6.4:
      [HttpFoundation] Fix AcceptHeader overwrites items with different parameters
    nicolas-grekas committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    90804bb View commit details
    Browse the repository at this point in the history
  5. Merge branch '7.3' into 7.4

    * 7.3:
      [DependencyInjection] Fix lazy proxy creation for interfaces aliased to final classes
      [HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowser
      [HttpFoundation] Fix AcceptHeader overwrites items with different parameters
      [JsonStreamer] Rebuild cache on class update
      [Routing] Fix default value not taken if usigng name:entity.attribute
      [Mime] Remove unused  variable in Email::prepareParts
      [DependencyInjection] Fix merging explicit tags and #[AsTaggeditem]
    nicolas-grekas committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    cdc7f21 View commit details
    Browse the repository at this point in the history
  6. Merge branch '7.4' into 8.0

    * 7.4:
      [Translation][Lokalise] fix "Project too big for sync export"
      [DependencyInjection] Fix lazy proxy creation for interfaces aliased to final classes
      [HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowser
      [HttpFoundation] Fix AcceptHeader overwrites items with different parameters
      [JsonStreamer] Rebuild cache on class update
      [Routing] Fix default value not taken if usigng name:entity.attribute
      [Mime] Remove unused  variable in Email::prepareParts
      [DependencyInjection] Fix merging explicit tags and #[AsTaggeditem]
    nicolas-grekas committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    d3ad402 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

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

    * 6.4:
      [Console] Fix signal handlers not being cleared after command termination
      [HttpFoundation] Fix RequestTest insulation
      ReflectionMethod::setAccessible() is no-op since PHP 8.1
    nicolas-grekas committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    c0a2415 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.3' into 7.4

    * 7.3:
      [Console] Fix signal handlers not being cleared after command termination
      [HttpFoundation] Fix RequestTest insulation
      ReflectionMethod::setAccessible() is no-op since PHP 8.1
      CS fix
    nicolas-grekas committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    9c3a3e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    769c172 View commit details
    Browse the repository at this point in the history
  5. Merge branch '7.4' into 8.0

    * 7.4:
      fix merge
      [HttpFoundation] Fix tests
      [JsonStreamer] Finish #62063 upmerge
      [Console] Fix signal handlers not being cleared after command termination
      [HttpFoundation] Fix RequestTest insulation
      ReflectionMethod::setAccessible() is no-op since PHP 8.1
      CS fix
      fix merge
    nicolas-grekas committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    19f925f View commit details
    Browse the repository at this point in the history
Loading