From: root Date: Wed, 27 Feb 2019 05:23:15 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=10fe9d72318d99344936e173ee4a5e521201200a;p=zenbook committing changes in /etc after apt run Package changes: -php7.2-cli 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-common 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-curl 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-gd 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-json 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-mbstring 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-opcache 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-readline 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-xml 7.2.10-0ubuntu0.18.04.1 amd64 -php7.2-zip 7.2.10-0ubuntu0.18.04.1 amd64 +php7.2-cli 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-common 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-curl 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-gd 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-json 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-mbstring 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-opcache 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-readline 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-xml 7.2.15-0ubuntu0.18.04.1 amd64 +php7.2-zip 7.2.15-0ubuntu0.18.04.1 amd64 --- diff --git a/php/7.2/cli/php.ini b/php/7.2/cli/php.ini index e91b70d..bdb75eb 100644 --- a/php/7.2/cli/php.ini +++ b/php/7.2/cli/php.ini @@ -305,6 +305,7 @@ serialize_precision = -1 ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory ; or per-virtualhost web server configuration file. +; Note: disables the realpath cache ; http://php.net/open-basedir ;open_basedir = @@ -337,6 +338,7 @@ disable_classes = ; Determines the size of the realpath cache to be used by PHP. This value should ; be increased on systems where PHP opens many files to reflect the quantity of ; the file operations performed. +; Note: if open_basedir is set, the cache is disabled ; http://php.net/realpath-cache-size ;realpath_cache_size = 4096k @@ -872,7 +874,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 +977,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