Skip to content

Commit ee79556

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Minor tweak Franken PHP can perform some action after the response has been streamed to the user
2 parents 518fc3a + 97400af commit ee79556

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: components/http_kernel.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ as possible to the client (e.g. sending emails).
474474
.. warning::
475475

476476
Internally, the HttpKernel makes use of the :phpfunction:`fastcgi_finish_request`
477-
PHP function. This means that at the moment, only the `PHP FPM`_ server
478-
API is able to send a response to the client while the server's PHP process
477+
PHP function. This means that at the moment, only the `PHP FPM`_ API and the
478+
`FrankenPHP`_ server are able to send a response to the client while the server's PHP process
479479
still performs some tasks. With all other server APIs, listeners to ``kernel.terminate``
480480
are still executed, but the response is not sent to the client until they
481481
are all completed.
@@ -758,3 +758,4 @@ Learn more
758758
.. _FOSRestBundle: https://github.com/friendsofsymfony/FOSRestBundle
759759
.. _`PHP FPM`: https://www.php.net/manual/en/install.fpm.php
760760
.. _variadic: https://www.php.net/manual/en/functions.arguments.php#functions.variable-arg-list
761+
.. _`FrankenPHP`: https://frankenphp.dev

0 commit comments

Comments
 (0)