Skip to content

Commit 694ab86

Browse files
doc(runtime): mention Symfony 7.4 native support for worker mode (#1668)
Fixes symfony/symfony-docs#21099, related to symfony/symfony#60503
1 parent e23e0c5 commit 694ab86

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/fr/worker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ frankenphp php-server --worker /path/to/your/worker/script.php --watch="/path/to
3737

3838
## Runtime Symfony
3939

40+
> [!TIP]
41+
> La section suivante est nécessaire uniquement avant Symfony 7.4, où le support natif du mode worker de FrankenPHP a été introduit.
42+
4043
Le mode worker de FrankenPHP est pris en charge par le [Composant Runtime de Symfony](https://symfony.com/doc/current/components/runtime.html).
4144
Pour démarrer une application Symfony dans un worker, installez le package FrankenPHP de [PHP Runtime](https://github.com/php-runtime/runtime) :
4245

docs/worker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ frankenphp php-server --worker /path/to/your/worker/script.php --watch="/path/to
3737

3838
## Symfony Runtime
3939

40+
> [!TIP]
41+
> The following section is only necessary prior to Symfony 7.4, where native support for FrankenPHP worker mode was introduced.
42+
4043
The worker mode of FrankenPHP is supported by the [Symfony Runtime Component](https://symfony.com/doc/current/components/runtime.html).
4144
To start any Symfony application in a worker, install the FrankenPHP package of [PHP Runtime](https://github.com/php-runtime/runtime):
4245

0 commit comments

Comments
 (0)