-
-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 10 files changed
- 7 contributors
Commits on May 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5365efa - Browse repository at this point
Copy the full SHA 5365efaView commit details
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 38692fb - Browse repository at this point
Copy the full SHA 38692fbView commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 77c7547 - Browse repository at this point
Copy the full SHA 77c7547View commit details
Commits on Jun 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3c7162e - Browse repository at this point
Copy the full SHA 3c7162eView commit details
Commits on Jun 12, 2025
-
* 7.4: [Console] Support enum in invokable commands fix missing newline [Console] Simplify using invokable commands when the component is used standalone [Console] Fix setting aliases & hidden via name remove no longer needed conflict rule on symfony/event-dispatcher [JsonStreamer] Add PHPDoc to generated code [SecurityBundle] register alias for argument for password hasher
Configuration menu - View commit details
-
Copy full SHA for f22487c - Browse repository at this point
Copy the full SHA f22487cView commit details
Commits on Jun 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e0c2024 - Browse repository at this point
Copy the full SHA e0c2024View commit details
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
Configuration menu - View commit details
-
Copy full SHA for fea0571 - Browse repository at this point
Copy the full SHA fea0571View commit details -
* 7.4: Fix-type-error-when-revealing-broken-secret replace expectDeprecation() with expectUserDeprecationMessage() fix compatibility with Relay 0.11 [Security] Handle non-callable implementations of `FirewallListenerInterface` [Console] Allow Usages to be specified via #[AsCommand] [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
Configuration menu - View commit details
-
Copy full SHA for ec25764 - Browse repository at this point
Copy the full SHA ec25764View commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 86c4855 - Browse repository at this point
Copy the full SHA 86c4855View commit details -
* 7.4: [JsonPath] Handle special whitespaces in filters [FrameworkBundle] Fix allow `loose` as an email validation mode [Messenger] Fix float value for worker memory limit fix backwards-compatibility with overridden add() methods [Serializer] improve phpdoc for normalizer Improve-callable-typing fix merge [Mailer] Add new `assertEmailAddressNotContains` method
Configuration menu - View commit details
-
Copy full SHA for c84f705 - Browse repository at this point
Copy the full SHA c84f705View commit details
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b814dd0 - Browse repository at this point
Copy the full SHA b814dd0View commit details -
* 7.4: [DependencyInjection] Allow extending `#[AsAlias]` attribute fix forward-compatibility with Symfony 8 Fix code example in PHPDoc block
Configuration menu - View commit details
-
Copy full SHA for b00284e - Browse repository at this point
Copy the full SHA b00284eView commit details
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://github.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
Configuration menu - View commit details
-
Copy full SHA for 71821d5 - Browse repository at this point
Copy the full SHA 71821d5View commit details -
* 7.4: remove useless @legacy annotation disable the Lock integration to not register the deduplicate middleware [HttpFoundation] Use lowercase utf-8 as default response charset [Mailer] [Transport] Send clone of `RawMessage` instance in `RoundRobinTransport` [DependencyInjection] Fix generating adapters of functional interfaces [Runtime] Automatically use FrankenPHP runner when its worker mode is detected
Configuration menu - View commit details
-
Copy full SHA for 3b44814 - Browse repository at this point
Copy the full SHA 3b44814View commit details
Commits on Jul 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 00ceeb8 - Browse repository at this point
Copy the full SHA 00ceeb8View commit details
Commits on Jul 9, 2025
-
* 7.4: [ObjectMapper] handle non existing property errors Fix AsCronTask not passing arguments to command [HttpFoundation] Fix deprecation in tests on PHP 8.5 Fix typo [Cache] Bump ext-redis to 6.2 and ext-relay to 0.11 minimum [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation [DependencyInjection] CS fix chore: PHP CS Fixer fixes Leverage get_error_handler() Various CS fixes Allow mixed root on CompoundConstraintTestCase validator [Serializer] Fix readonly property initialization from incorrect scope Update BrevoRequestParser.php [JsonPath] Improve escape sequence validation in name selector
Configuration menu - View commit details
-
Copy full SHA for a01f381 - Browse repository at this point
Copy the full SHA a01f381View commit details
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 199d14e - Browse repository at this point
Copy the full SHA 199d14eView commit details
Commits on Aug 1, 2025
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 7f4f400 - Browse repository at this point
Copy the full SHA 7f4f400View commit details
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 7.3...8.0