Skip to content

Commit 48bf41f

Browse files
committed
Merge branch 'main' into fix/opcache-safe-reset
2 parents e94e3bc + 694ab86 commit 48bf41f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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)