diff options
| author | Remi Collet <remi@remirepo.net> | 2018-12-08 10:26:54 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-12-08 10:26:54 +0100 | 
| commit | c332c78e65a130da2023771a3d7e651d24443063 (patch) | |
| tree | 426dfd6f8939b9199ea2106d4bd7a01398e6c10a | |
| parent | cda30b832cfe2c00893d01d3c97dc082f540812e (diff) | |
add imap.enable_insecure_rsh in php.ini
| -rw-r--r-- | php.ini | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -955,6 +955,13 @@ cli_server.color = On  ; otherwise output encoding conversion cannot be performed.  ;iconv.output_encoding = +[imap] +; rsh/ssh logins are disabled by default. Use this INI entry if you want to +; enable them. Note that the IMAP library does not filter mailbox names before +; passing them to rsh/ssh command, thus passing untrusted data to this function +; with rsh/ssh enabled is insecure. +;imap.enable_insecure_rsh=0 +  [intl]  ;intl.default_locale =  ; This directive allows you to produce PHP errors when some error | 
