From 259360463d8e736ff4073e80a0cda6974ec8a40e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 11 Feb 2019 13:39:10 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- php/apache2-php7.2/php.ini | 9 ++++++++- php/cgi-php7.2/php.ini | 9 ++++++++- php/cli-php7.2/php.ini | 9 ++++++++- php/embed-php7.2/php.ini | 9 ++++++++- php/fpm-php7.2/php.ini | 9 ++++++++- 5 files changed, 40 insertions(+), 5 deletions(-) diff --git a/php/apache2-php7.2/php.ini b/php/apache2-php7.2/php.ini index 32da8f5..dc74f9c 100644 --- a/php/apache2-php7.2/php.ini +++ b/php/apache2-php7.2/php.ini @@ -872,7 +872,7 @@ default_socket_timeout = 60 ; For example: ; ; extension=mysqli -; +; ; When the extension library to load is not located in the default extension ; directory, You may specify an absolute path to the library 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 diff --git a/php/cgi-php7.2/php.ini b/php/cgi-php7.2/php.ini index 32da8f5..dc74f9c 100644 --- a/php/cgi-php7.2/php.ini +++ b/php/cgi-php7.2/php.ini @@ -872,7 +872,7 @@ default_socket_timeout = 60 ; For example: ; ; extension=mysqli -; +; ; When the extension library to load is not located in the default extension ; directory, You may specify an absolute path to the library 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 diff --git a/php/cli-php7.2/php.ini b/php/cli-php7.2/php.ini index 32da8f5..dc74f9c 100644 --- a/php/cli-php7.2/php.ini +++ b/php/cli-php7.2/php.ini @@ -872,7 +872,7 @@ default_socket_timeout = 60 ; For example: ; ; extension=mysqli -; +; ; When the extension library to load is not located in the default extension ; directory, You may specify an absolute path to the library 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 diff --git a/php/embed-php7.2/php.ini b/php/embed-php7.2/php.ini index 32da8f5..dc74f9c 100644 --- a/php/embed-php7.2/php.ini +++ b/php/embed-php7.2/php.ini @@ -872,7 +872,7 @@ default_socket_timeout = 60 ; For example: ; ; extension=mysqli -; +; ; When the extension library to load is not located in the default extension ; directory, You may specify an absolute path to the library 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 diff --git a/php/fpm-php7.2/php.ini b/php/fpm-php7.2/php.ini index 32da8f5..dc74f9c 100644 --- a/php/fpm-php7.2/php.ini +++ b/php/fpm-php7.2/php.ini @@ -872,7 +872,7 @@ default_socket_timeout = 60 ; For example: ; ; extension=mysqli -; +; ; When the extension library to load is not located in the default extension ; directory, You may specify an absolute path to the library 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 -- 2.39.5