We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7713c1 commit 3cf994eCopy full SHA for 3cf994e
1 file changed
README.md
@@ -10,10 +10,6 @@ before any registered shutdown function is called).
10
This package is for PHP-FPM only. Don't try to run it under CLI, PHP built-in web server, mod_php or FastCGI since it
11
won't work.
12
13
-This package doesn't end PHP session before running background tasks. Because of this, it could affect HTTP requests that
14
- use same session. Thus, this package should be used only for PHP applications where session is not used, e.g., stateless
15
- micro-services.
16
-
17
After sending HTTP response back to client side, background functions added continue to run and the PHP-FPM process is
18
still running. To avoid side effects on your web server, please use this package accordingly. You may consider to use
19
some worker instances or queue servers instead. When using this package, you may consider following suggestions to
0 commit comments