]> git.hoellein.online Git - zenbook/commitdiff
committing changes in /etc after apt run
authorroot <root@localhost>
Wed, 27 Feb 2019 05:23:15 +0000 (06:23 +0100)
committerroot <root@localhost>
Wed, 27 Feb 2019 05:23:15 +0000 (06:23 +0100)
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

php/7.2/cli/php.ini

index e91b70de1ea1e11f541f6b33fbdb2b654f932b0d..bdb75eb6a1115778d8dae07fd0a6cc7ff21d0948 100644 (file)
@@ -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