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 @@ -986,6 +986,13 @@ cli_server.color = On
986
986
; otherwise output encoding conversion cannot be performed.
987
987
;iconv.output_encoding =
988
988
989
+ [imap]
990
+ ; rsh/ssh logins are disabled by default. Use this INI entry if you want to
991
+ ; enable them. Note that the IMAP library does not filter mailbox names before
992
+ ; passing them to rsh/ssh command, thus passing untrusted data to this function
993
+ ; with rsh/ssh enabled is insecure.
994
+ ;imap.enable_insecure_rsh=0
995
+
989
996
[intl]
990
997
;intl.default_locale =
991
998
; This directive allows you to produce PHP errors when some error
Original file line number Diff line number Diff line change @@ -993,6 +993,13 @@ cli_server.color = On
993
993
; otherwise output encoding conversion cannot be performed.
994
994
;iconv.output_encoding =
995
995
996
+ [imap]
997
+ ; rsh/ssh logins are disabled by default. Use this INI entry if you want to
998
+ ; enable them. Note that the IMAP library does not filter mailbox names before
999
+ ; passing them to rsh/ssh command, thus passing untrusted data to this function
1000
+ ; with rsh/ssh enabled is insecure.
1001
+ ;imap.enable_insecure_rsh=0
1002
+
996
1003
[intl]
997
1004
;intl.default_locale =
998
1005
; This directive allows you to produce PHP errors when some error
You can’t perform that action at this time.
0 commit comments