Commit deab47b
committed
minor symfony#20873 FrankenPHP can perform action after the response has been send (sungvadan)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead.
Discussion
----------
FrankenPHP can perform action after the response has been send
Franken also implements fastcgi_finish_request PHP function. kernel.terminate event works well with franken.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
Commits
-------
fcfcacb Franken PHP can perform some action after the response has been streamed to the user1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
501 | | - | |
| 500 | + | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| 773 | + | |
0 commit comments