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/error-handler
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/error-handler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 14 files changed
  • 8 contributors

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

    nicolas-grekas committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    c4b84c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

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

Commits on Jun 15, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      Fix-type-error-when-revealing-broken-secret
      fix compatibility with Relay 0.11
      [Security] Handle non-callable implementations of `FirewallListenerInterface`
      [DomCrawler] Allow selecting `button`s by their `value`
      flip excluded properties with keys with Doctrine-style constraint config
      [JsonPath] Test against official compliance test suite
      Silence E_DEPRECATED and E_USER_DEPRECATED
      [HttpCache] Hit the backend only once after waiting for the cache lock
      fix compatibility with Symfony 7.4
      [Form] Keep submitted values when keep_as_list option of collection type is enabled
      [Form] Fix `keep_as_list` when data is not an array
      [JsonPath] Fix subexpression evaluation in filters
      [JsonPath] Fix support for comma separated indices
    nicolas-grekas committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    efd63fb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      Fix php.net links
      fix version number in deprecation
      [ObjectMapper] Correctly manage constructor initialization
      [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type
      chore: Increase minimum version of type-info component
      [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command
      Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`
      [JsonStreamer] Fix nested generated foreach loops
      [TypeInfo] Fix imported-only alias resolving
    nicolas-grekas committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    e69aa41 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

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

Commits on Jul 15, 2025

  1. optimize in_array calls

    gharlan authored and nicolas-grekas committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    5ab5a59 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Fix typos

    nicolas-grekas committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    f9dd6ae 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
    0c9f6a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    9131a35 View commit details
    Browse the repository at this point in the history
  2. CS fixes

    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    5ad52d8 View commit details
    Browse the repository at this point in the history
  3. Fix merge

    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    ed78f89 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

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

Commits on Aug 9, 2025

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

Commits on Aug 12, 2025

  1. run tests with PHPUnit 12.3

    xabbuh committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    4ab22c8 View commit details
    Browse the repository at this point in the history
  2. minor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 …

    …(keradus)
    
    This PR was merged into the 7.4 branch.
    
    Discussion
    ----------
    
     chore: PHP CS Fixer - heredoc indentation as of PHP 7.3
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | no
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Issues        | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
    | License       | MIT
    
    inspired by symfony/symfony@06e22b0#r2265021821
    
    [Possible since PHP 7.3](https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc)
    
    with love by [PHP Coding Standards Fixer](https://cs.symfony.com/)
    
    Commits
    -------
    
    4a25a6a5785 chore: heredoc indentation as of PHP 7.3
    nicolas-grekas committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    65e31c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

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

Commits on Sep 11, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
      [TypeInfo] simplify identifier comparison in isIdentifiedBy method
    nicolas-grekas committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    b40ab8b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [Filesystem] Unify logic for isAbsolute() in Path
      [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string
      [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector
      [HttpClient] Reject 3xx pushed responses
      [ProxyManagerBridge] Remove comment that reference github discussion
      [ErrorHandler] Improve PHPDoc precision in SerializerErrorRenderer
      [Routing] Fix matching the "0" URL
      [Form] Fix EnumType choice_label logic for grouped choices
      The BrowserKit history with parameter separator without slash.
    nicolas-grekas committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    48be2b0 View commit details
    Browse the repository at this point in the history
Loading