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/cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.2
Choose a base ref
...
head repository: symfony/cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 3, 2025

  1. [Cache] Make TagAwareAdapter registrable as a service

    a.dmitryuk authored and nicolas-grekas committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    22a1caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ba1a8 View commit details
    Browse the repository at this point in the history
  3. bug #61605 [Cache] Fix internal representation of non-static values (…

    …nicolas-grekas)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Cache] Fix internal representation of non-static values
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    I'm working on a PR to allow exporting named closures, and the way we use closures in PhpArrayAdapter and PhpFilesAdapter gets into my way.
    
    Instead of relying on `instanceof \Closure` checks, this PR adds an internal marker interface. This makes the logic specific to the component, enabling having closures as regular cached values.
    
    The new logic is tested since adapters are.
    
    Commits
    -------
    
    a5823af6053 [Cache] Fix internal representation of non-static values
    nicolas-grekas committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    b1aed94 View commit details
    Browse the repository at this point in the history
  4. 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
    499db0b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    80f7288 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
    e3c9bbb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

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

    * 6.4:
      Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
    nicolas-grekas committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    bf8afc8 View commit details
    Browse the repository at this point in the history
Loading