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.6
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.8
Choose a head ref
  • 14 commits
  • 13 files changed
  • 9 contributors

Commits on Nov 12, 2025

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

Commits on Nov 13, 2025

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

Commits on Nov 15, 2025

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

Commits on Nov 16, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [Cache] Fix accepting named closures as early-expiration callbacks
      [Mime] Update mime types
      [Yaml] Align unquoted multiline scalar parsing with spec for comments
      work around limitation in JsonResponse when the data is null
      do not use recipient phone numbers as sender e-mail addresses
      [Dotenv] DotenvDumpCommand cannot be internal
    nicolas-grekas committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    c3f0978 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

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

Commits on Nov 24, 2025

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

Commits on Nov 26, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      Restore Relay 8.5 test
      account for PHP_ZTS being a boolean value on PHP 8.4+
      [Intl] Update data to ICU 78.1
      [Console] Fix exception message when abbreviation matches multiple hidden commands
      [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config
      [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass
      [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper
      Fix typo in comment
      [Translation][Routing] Fix typos
      [String] Fix normalization in trimPrefix/trimSuffix
    xabbuh committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    c455f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90bc996 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

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

Commits on Nov 29, 2025

  1. bug #62551 [FrameworkBundle] register attribute loader arguments in a…

    … forward-compatible way (xabbuh)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] register attribute loader arguments in a forward-compatible way
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #62549
    | License       | MIT
    
    Commits
    -------
    
    d0edddae7b4 register attribute loader arguments in a forward-compatible way
    derrabus committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    716dbdc View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      register attribute loader arguments in a forward-compatible way
      mark test using a Redis connection as an integration test
      ensure compatibility with Relay extension 0.20.0
      [DependencyInjection] Fix `query_string` env processor for URLs without query string
      [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports
      [FrameworkBundle] Add missing `useAttributeAsKey` calls
      [DependencyInjection] Fix loose validation in #[Autowire] attribute
      [HttpClient] Fix releasing uploaded stream resources
    xabbuh committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    23f9fd2 View commit details
    Browse the repository at this point in the history
  3. bug #62498 [FrameworkBundle] fix merging of enabled locales (dmaicher)

    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] fix merging of enabled locales
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #... <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below -->
    | License       | MIT
    
    <!--
    🛠️ Replace this text with a concise explanation of your change:
    - What it does and why it's needed
    - A simple example of how it works (include PHP, YAML, etc.)
    - If it modifies existing behavior, include a before/after comparison
    
    Contributor guidelines:
    - ✅ Add tests and ensure they pass
    - 🐞 Bug fixes must target the **lowest maintained** branch where they apply
      https://symfony.com/releases#maintained-symfony-branches
    - ✨ New features and deprecations must target the **feature** branch
      and must add an entry to the changelog file of the patched component:
      https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
    - 🔒 Do not break backward compatibility:
      https://symfony.com/bc
    -->
    
    I have multiple translation providers configured on my project and they are using different sets of locales. When running `translation:pull` or `translation:push` I noticed that some locales are missing due to a bug when merging the list of locales in the `FrameworkExtension`.
    
    Using the `+` operator for merging array does not work here.
    
    Commits
    -------
    
    928555912ca [FrameworkBundle] fix merging of enabled locales
    fabpot committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    3c212ec View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      treat `mixed[]` the same as `array` when getting types from docblocks
      [FrameworkBundle] fix merging of enabled locales
    xabbuh committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    a9085e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Configuration menu
    Copy the full SHA
    5d2e60f View commit details
    Browse the repository at this point in the history
Loading