]> granicus.if.org Git - php/commitdiff
add imap.enable_insecure_rsh in php.ini
authorRemi Collet <remi@php.net>
Sat, 8 Dec 2018 09:24:36 +0000 (10:24 +0100)
committerRemi Collet <remi@php.net>
Sat, 8 Dec 2018 09:24:36 +0000 (10:24 +0100)
php.ini-development
php.ini-production

index 9e7094c4fb015a23c96229b54fd6bfee89108033..3b8a2aff32fcd8de6850d045bf212008fc504994 100644 (file)
@@ -975,6 +975,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
index dafddedac10bd706aa2c17cce157d9d888f487f8..d8f686e2690d453bb5da139f52ccd0b86848564b 100644 (file)
@@ -975,6 +975,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