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/clock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3
Choose a base ref
...
head repository: symfony/clock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 3, 2025

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

Commits on Jun 4, 2025

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

Commits on Jul 31, 2025

  1. run tests using PHPUnit 11.5

    xabbuh committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    111391e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      run tests using PHPUnit 11.5
      make data provider static
      [Lock] Fix using fractional TTLs on all platforms
      [Lock] Fixes an issue with PostgreSQL when using fractional TTLs
      [Console][Table] Fix unnecessary wrapping
      [DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCN
      disable detecting modified indexes with DBAL 4.3
      [cache] RedisTrait::doFetch should use pipeline instead of mget for Relay\Cluster
      relax assertions for forward compatibility with Symfony 7.4
      [Console][Table] Fix invalid UTF-8 due to text wrapping
    nicolas-grekas committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    095a5f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    9a2e07a View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      replace PHPUnit annotations with attributes
    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    be52243 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

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

Commits on Nov 12, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      Fix Warning: curl_multi_select(): timeout must be positive
      [PropertyInfo] Fix ReflectionExtractor handling of underscore-only property names
      ObjectNormalizer: allow null and scalar
      [Security] Fix `HttpUtils::createRequest()` when the context’s base URL isn’t empty
      [Serializer] fix Inherited properties normalization
      [OptionsResolver] Fix missing prototype key in nested error paths
      Bump Symfony version to 7.3.8
      Update VERSION for 7.3.7
      Update CHANGELOG for 7.3.7
      Bump Symfony version to 6.4.30
      Update VERSION for 6.4.29
      Update CHANGELOG for 6.4.29
      [Yaml] Fix parsing of unquoted multiline scalars with comments or blank lines
      [Clock] Align MockClock::sleep() behavior with NativeClock for negative values
      [OptionsResolver] Ensure remove() also unsets deprecation status
      Remove review state for Belarusian translations (entries 141 and 142)
      [ExpressionLanguage] Compile numbers with var_export in Compiler::repr for thread-safety
      compatibility with ext-redis 6.3
      [Serializer] Fix BackedEnumNormalizer behavior with partial denormalization
      [HttpFoundation] Fix parsing pathinfo with no leading slash
    xabbuh committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    9169f24 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4: (22 commits)
      Fix Warning: curl_multi_select(): timeout must be positive
      [PropertyInfo] Fix ReflectionExtractor handling of underscore-only property names
      ObjectNormalizer: allow null and scalar
      [Security] Fix `HttpUtils::createRequest()` when the context’s base URL isn’t empty
      [Serializer] fix Inherited properties normalization
      [OptionsResolver] Fix missing prototype key in nested error paths
      Bump Symfony version to 7.3.8
      Update VERSION for 7.3.7
      Update CHANGELOG for 7.3.7
      Bump Symfony version to 6.4.30
      Update VERSION for 6.4.29
      Update CHANGELOG for 6.4.29
      [FrameworkBundle] Update deprecation message for collect_serializer_data
      run test using a read-only directory on Windows too
      [Yaml] Fix parsing of unquoted multiline scalars with comments or blank lines
      [Clock] Align MockClock::sleep() behavior with NativeClock for negative values
      [OptionsResolver] Ensure remove() also unsets deprecation status
      Remove review state for Belarusian translations (entries 141 and 142)
      [ExpressionLanguage] Compile numbers with var_export in Compiler::repr for thread-safety
      compatibility with ext-redis 6.3
      ...
    xabbuh committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    832119f View commit details
    Browse the repository at this point in the history
Loading