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: v7.3.3
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: v7.3.4
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 2, 2025

  1. SQLSRV: Change column type from TEXT to STRING

    Using TEXT for the id column results in doctrine setting SQL column to VARCHAR(MAX) which results in an SQL error since the primary key cannot be VARCHAR(MAX). This change allows Doctrine to see the length setting, which is ignored for TEXT objects.
    Matt-PMCT authored and fabpot committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    e868881 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [Cache] Fix internal representation of non-static values
      [Cache] Make `TagAwareAdapter` registrable as a service
      refactor: Unify & more humane translation message
      fix Resources translations validators.pt.xlf
      [Security] Pass attributes to nested `ChainUserProviders`
      [Validator] Update translation for the Video constraint
      [Messenger] Firebird Database - incompatibility with expected lowercase columns
      SQLSRV: Change column type from TEXT to STRING
      Fix exception catch when deleting temporary table in the sameDatabaseChecker
      [Serializer] Fix serializer crash due to asymmetric visibility on `protected(set)` properties
    nicolas-grekas committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    271459d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

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

Commits on Sep 7, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      fix test setup
      [Validator] Review Turkish translations
      [Validator] Review Croatian translations
      [Validator] Review translations for Polish (pl)
      use the empty string instead of null as an array offset
      Review translations for Chinese (zh_TW)
      [Serializer] Adjust ObjectNormalizerTest for the accessor method changes from #61097
    xabbuh committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    79ec7c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

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

    * 6.4:
      Fix ord()-related PHP 8.5 deprecations
      [FrameworkBundle] Perform-no-deep-merging on workflow transitions' from/to configs
      [HttpKernel] Refine Vary header check to skip special handling of 'Accept-Language' when it's the only entry and '_vary_by_language' is `true` in `CacheAttributeListener`
    nicolas-grekas committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c061c7c View commit details
    Browse the repository at this point in the history
Loading