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/framework-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.8
Choose a base ref
...
head repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.9
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    21a6e4f View commit details
    Browse the repository at this point in the history
  2. bug #62490 [FrameworkBundle] Fix cache:pool:prune exit code on failur…

    …e (yoeunes)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] Fix cache:pool:prune exit code on failure
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    The `cache:pool:prune` command currently ignores the boolean return value of `PruneableInterface::prune()`. It always returns `success`, even if the underlying adapter fails to prune (returns `false`).
    
    Commits
    -------
    
    40ceedd55fe [FrameworkBundle] Fix cache:pool:prune exit code on failure
    nicolas-grekas committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    1be4503 View commit details
    Browse the repository at this point in the history
  3. cs fix

    nicolas-grekas committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    57b5b0c View commit details
    Browse the repository at this point in the history
  4. Fix typo

    nicolas-grekas committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    0ab60c0 View commit details
    Browse the repository at this point in the history
  5. Merge branch '6.4' into 7.3

    * 6.4:
      [HttpClient] Fix ever growing $maxHostConnections
      Fix typo
      [DependencyInjection] Fix referencing build-time array parameters
      cs fix
      [FrameworkBundle] Fix cache:pool:prune exit code on failure
      [Form] Always normalize CRLF and CR to LF in `TextareaType`
      [Cache] Fix stampede protection when forcing item recomputation
      [Console] Fix EofShortcut instruction when using a modern terminal on Windows
      [Console] Fix choice autocomplete issue when string has spaces
      [Serializer] Fix inconsistent field naming from accessors when using groups
      [Finder] Fix converting unanchored glob patterns to regex
    nicolas-grekas committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    aeae705 View commit details
    Browse the repository at this point in the history
Loading