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: v8.0.1
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: v8.0.3
Choose a head ref
  • 10 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 8, 2025

  1. only load console profiling if console is actually available

    this fixes a regression introduced in ea5a3ccdf66474aaa06bb95f38fc56b8e9589ec6
    dbu committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    dbc2940 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [HttpClient] Fix `ScopingHttpClient` to always pass `base_uri` as `string` instead of parsed `array`
      [PropertyInfo] fix `@var` tag support for `PhpStanExtractor`
      [Config] Add default generic to Configuration to TParent generic
      [PropertyInfo] Fix PseudoType support in PhpDocTypeHelper
      [PropertyInfo] Fix PseudoType support in PhpDocTypeHelper
      fix: fix property info var tag extractor
      Fix unintended BC break for the exception_controller twig setting
      fix handling named arguments in Existence constraint
      [DependencyInjection] Fix sharing services used only by tagged iterators
      [DependencyInjection] Handle recursive factory reentry for shared services in PhpDumper
      [PhpUnitBridge] Fix TestCase patching
      [HttpClient] Fix PHP deprecation when using AmpHttpClient
      [HttpClient] Fix copy as curl for arrays with resources & unreachable host
      do not render button labels if they are explicitly disabled
      only load console profiling if console is actually available
      [JsonPath] Update and fix the compliance test suite
      Bump Symfony version to 7.4.3
      Update VERSION for 7.4.2
      Update CHANGELOG for 7.4.2
      [PropertyInfo] Fix inconsistency between isWritable and getWriteInfo
    nicolas-grekas committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    6aa9dd0 View commit details
    Browse the repository at this point in the history

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. Configuration menu
    Copy the full SHA
    3227be0 View commit details
    Browse the repository at this point in the history
  6. 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
  7. Merge branch '7.3' into 7.4

    * 7.3:
      [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] Do not call non-static method via class-name
      [Console] Fix choice autocomplete issue when string has spaces
      Update SameOriginCsrfTokenManager.php
      [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
    035eb25 View commit details
    Browse the repository at this point in the history
  8. Merge branch '7.4' into 8.0

    * 7.4:
      [Config][FrameworkBundle] Allow using ParamConfigurator with every configurable value
      [HttpFoundation] Improve doc blocks in `ParameterBag`
      [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] Add type hint for FormTypeInterface in FormBuilderInterface
      [Form] Always normalize CRLF and CR to LF in `TextareaType`
      [Cache] Fix stampede protection when forcing item recomputation
      [DoctrineBridge] Fix checking for the session table when using PDO
      fix(messenger): allow signing message without routing definition
      [Console] Fix EofShortcut instruction when using a modern terminal on Windows
      [Console] Do not call non-static method via class-name
      [Console] Fix choice autocomplete issue when string has spaces
      Update SameOriginCsrfTokenManager.php
      [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
    738a925 View commit details
    Browse the repository at this point in the history
Loading