You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
This package allows continuing processing PHP after having HTTP response sent back to the client under PHP-FPM.
7
7
8
8
PHP functions added by this package are executed after HTTP response sent back to the client but before PHP shutdown (
9
-
before any registered shutdown function is called).
9
+
before any registered shutdown function is called). For detailed discussions on PHP shutdown sequence, function
10
+
_fastcgi_finish_request()_ and related topics, please check the post "[Background Processing in PHP](https://github.com/deminy/background-processing-in-php)".
0 commit comments