PermalinkChoose a base ref Choose a head ref
base repository: symfony/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 9516056
Could not load branches
Nothing to show
{{ refName }} defaultCould not load tags
Nothing to show
{{ refName }} default ...
head repository: symfony/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Uh oh!
There was an error while loading. Please reload this page.
compare: 71821d5
- 7 commits
- 7 files changed
- 5 contributors
Commits on May 30, 2025
[Runtime] Automatically use FrankenPHP runner when its worker mode is…
… detected
alexandre-daubois committedMay 30, 2025
Commits on Jun 2, 2025
- nicolas-grekas committed
Jun 2, 2025
Commits on Jun 9, 2025
[Console] Simplify using invokable commands when the component is use…
…d standalone
HypeMC committedJun 9, 2025
Commits on Jun 15, 2025
* 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 committedJun 15, 2025
Commits on Jun 16, 2025
Commits on Jun 18, 2025
fix forward-compatibility with Symfony 8
xabbuh committedJun 18, 2025
Commits on Jun 20, 2025
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 committedJun 20, 2025
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 9516056...71821d5
Uh oh!
There was an error while loading. Please reload this page.