Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee79556

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 parents518fc3a +97400af commitee79556

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎components/http_kernel.rst

Lines changed: 3 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp