10000 Comparing v7.2.6...v7.2.7 · symfony/http-foundation · GitHub
[go: up one dir, main page]

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: v7.2.6
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: v7.2.7
Choose a head ref
  • 6 commits
  • 3 files changed
  • 5 contributors

Commits on Apr 27, 2025

  1. Remove unneeded use statements

    fabpot committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    3f0c7ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7965dc6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. minor #60285 [Form][HttpFoundation] Fix overwriting an array element …

    …(wkania)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Form][HttpFoundation] Fix overwriting an array element
    
    | Q             | A
    | ------------- | ---
    | Branch?       |  6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    `empty_data` is overwritten in the line 51-52
    
    `$server['SCRIPT_NAME']` is assigned twice with the same value:
    line 609 and 610
    line 734 and 737
    
    Commits
    -------
    
    d49a058bd4d Fix overwriting an array element
    fabpot committed May 4, 2025
    Configuration menu
    Copy the full SHA
    ef8252e View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      fix EmojiTransliterator return type compatibility with PHP 8.5
      Bump Symfony version to 6.4.22
      Update VERSION for 6.4.21
      Update CONTRIBUTORS for 6.4.21
      Update CHANGELOG for 6.4.21
      Fix return type is non-nullable
      Fix overwriting an array element
    xabbuh committed May 4, 2025
    Configuration menu
    Copy the full SHA
    c665ed9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. [HttpFoundation] Fix: Encode path in X-Accel-Redirect header

    we need to encode the path in X-Accel-Redirect header, otherwise nginx fail when certain characters are present in it (like % or ?)
    
    rack/rack#1306
    Athorcis committed May 11, 2025
    Configuration menu
    Copy the full SHA
    6b7c97f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      Fix: prevent "Cannot traverse an already closed generator" error by materializing Traversable input
      [HttpFoundation] Fix: Encode path in X-Accel-Redirect header
    alexandre-daubois committed May 12, 2025
    Configuration menu
    Copy the full SHA
    0c15d5e View commit details
    Browse the repository at this point in the history
Loading
0