Thanks to visit codestin.com
Credit goes to github.com

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

Commits on May 2, 2025

  1. Update VERSION for 6.4.21

    fabpot committed May 2, 2025
    Configuration menu
    Copy the full SHA
    983ca05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31903d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Update VERSION for 6.4.22

    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    15c105b View commit details
    Browse the repository at this point in the history
  2. Bump Symfony version to 6.4.23

    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    242e4b5 View commit details
    Browse the repository at this point in the history
  3. Bump Symfony version to 7.2.8

    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    36cae13 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

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

Commits on Jun 13, 2025

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

    * 6.4:
      Silence E_DEPRECATED and E_USER_DEPRECATED
      [HttpCache] Hit the backend only once after waiting for the cache lock
      fix compatibility with Symfony 7.4
    nicolas-grekas committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    38b6666 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. bug #60483 [HttpKernel] Fix #[MapUploadedFile] handling for optiona…

    …l file uploads (santysisi)
    
    This PR was merged into the 7.2 branch.
    
    Discussion
    ----------
    
    [HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.2
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #58590
    | License       | MIT
    
    This PR fixes a bug with the `#[MapUploadedFile]` attribute in routes, where an optional ?UploadedFile parameter does not behave as expected when no file is provided.
    
    Commits
    -------
    
    fba1f456860 [HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
    nicolas-grekas committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    6a1e3e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. Update VERSION for 7.2.8

    fabpot committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    3f461ff View commit details
    Browse the repository at this point in the history
Loading