File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -497,8 +497,8 @@ as possible to the client (e.g. sending emails).
497497.. warning ::
498498
499499 Internally, the HttpKernel makes use of the :phpfunction: `fastcgi_finish_request `
500- PHP function. This means that at the moment, only the `PHP FPM `_ server
501- API is able to send a response to the client while the server's PHP process
500+ PHP function. This means that at the moment, only the `PHP FPM `_ and ` FrankenPHP `_ servers
501+ API are able to send a response to the client while the server's PHP process
502502 still performs some tasks. With all other server APIs, listeners to ``kernel.terminate ``
503503 are still executed, but the response is not sent to the client until they
504504 are all completed.
@@ -770,3 +770,4 @@ Learn more
770770.. _FOSRestBundle : https://github.com/friendsofsymfony/FOSRestBundle
771771.. _`PHP FPM` : https://www.php.net/manual/en/install.fpm.php
772772.. _variadic : https://www.php.net/manual/en/functions.arguments.php#functions.variable-arg-list
773+ .. _`FrankenPHP` : https://frankenphp.dev
You can’t perform that action at this time.
0 commit comments