Skip to content

Commit c02ad5e

Browse files
committed
add link to the post "Background Processing in PHP"
1 parent 28a9ac7 commit c02ad5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
This package allows continuing processing PHP after having HTTP response sent back to the client under PHP-FPM.
77

88
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)".
1011

1112
# Limitations and Side Effects
1213

0 commit comments

Comments
 (0)