mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
add warning about cleared environment when running php-fpm
This commit is contained in:
parent
f2e5faf80b
commit
675bcf66ac
|
@ -18,6 +18,13 @@ Please note, that when ever a command outputs anything to stderr,
|
||||||
this will considered as a failure of the command. Most command line
|
this will considered as a failure of the command. Most command line
|
||||||
programs have a parameter (.e.g. `-q`) to suppress such an output.
|
programs have a parameter (.e.g. `-q`) to suppress such an output.
|
||||||
|
|
||||||
|
If you run php-fpm you may encounter problems with charsets based on
|
||||||
|
UTF-8. Programms like `catdoc` read LANG from the environment to
|
||||||
|
set the correct encoding of the output. php-fpm often clears the
|
||||||
|
environment and programms like `catdoc` will not longer output any
|
||||||
|
UTF-8 chars. In such a case you may want to set `clear_env=no` in
|
||||||
|
php-fpm's configuration.
|
||||||
|
|
||||||
Conversion to text for fulltext search
|
Conversion to text for fulltext search
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user