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: 6023ec7
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: c665ed9
Choose a head ref
  • 4 commits
  • 1 file changed
  • 3 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
Loading