File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -968,6 +968,13 @@ cli_server.color = On
968
968
; otherwise output encoding conversion cannot be performed.
969
969
;iconv.output_encoding =
970
970
971
+ [imap]
972
+ ; rsh/ssh logins are disabled by default. Use this INI entry if you want to
973
+ ; enable them. Note that the IMAP library does not filter mailbox names before
974
+ ; passing them to rsh/ssh command, thus passing untrusted data to this function
975
+ ; with rsh/ssh enabled is insecure.
976
+ ;imap.enable_insecure_rsh=0
977
+
971
978
[intl]
972
979
;intl.default_locale =
973
980
; This directive allows you to produce PHP errors when some error
Original file line number Diff line number Diff line change @@ -975,6 +975,13 @@ cli_server.color = On
975
975
; otherwise output encoding conversion cannot be performed.
976
976
;iconv.output_encoding =
977
977
978
+ [imap]
979
+ ; rsh/ssh logins are disabled by default. Use this INI entry if you want to
980
+ ; enable them. Note that the IMAP library does not filter mailbox names before
981
+ ; passing them to rsh/ssh command, thus passing untrusted data to this function
982
+ ; with rsh/ssh enabled is insecure.
983
+ ;imap.enable_insecure_rsh=0
984
+
978
985
[intl]
979
986
;intl.default_locale =
980
987
; This directive allows you to produce PHP errors when some error
You can’t perform that action at this time.
0 commit comments