Permalink
base repository: symfony/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 7.3
Choose a base ref
...
head repository: symfony/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: 7.4
Choose a head ref
  • 7 commits
  • 7 files changed
  • 5 contributors

Commits on May 30, 2025

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

Commits on Jun 2, 2025

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

Commits on Jun 9, 2025

  1. Configuration menu
    Copy the full SHA
    3c7162eView 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
    nicolas-grekas committedJun 15, 2025
    Configuration menu
    Copy the full SHA
    fea0571View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

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

Commits on Jun 18, 2025

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

Commits on Jun 20, 2025

  1. feature #60503 [Runtime] Automatically use FrankenPHP runner when its…

    … worker mode is detected (alexandre-daubois)
    
    This PR was merged into the 7.4 branch.
    
    Discussion
    ----------
    
    [Runtime] Automatically use FrankenPHP runner when its worker mode is detected
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    Currently, to use FrankenPHP worker mode, you have to install the `runtime/frankenphp-symfony` package and set the `APP_RUNTIME` env var to the correct FQCN.
    
    `@dunglas` and I would like to move the runtime and the runner classes to the Symfony core now that [The PHP Foundation officially supports FrakenPHP](https://thephp.foundation/blog/2025/05/15/frankenphp/).
    
    This PR adds FrankenPHP worker mode detection and registers the correct runner to use it. This specific runner is only used when using the worker mode. When using FrankenPHP in classic mode, `HttpKernelRunner` is still used.
    
    The DX would be greatly improved, given that it works out of the box with this PR.
    
    Classes and tests are coming from [this repo](https://.com/php-runtime/frankenphp-symfony/tree/main) with a few tweaks to stick to Symfony CS.
    
    Commits
    -------
    
    b81d09db36c [Runtime] Automatically use FrankenPHP runner when its worker mode is detected
    @fabpot
    fabpot committedJun 20, 2025
    Configuration menu
    Copy the full SHA
    71821d5View commit details
    Browse the repository at this point in the history
Loading