committing changes in /etc after apt run
Package changes: -php8.1 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc all +php8.1 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 all -php8.1-bcmath 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-cgi 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-cli 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-common 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-curl 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-fpm 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-gd 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-gmp 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 +php8.1-bcmath 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-cgi 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-cli 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-common 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-curl 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-fpm 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-gd 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-gmp 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 -php8.1-imap 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-intl 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-mbstring 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 +php8.1-imap 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-intl 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-mbstring 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 -php8.1-mysql 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-opcache 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-readline 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 +php8.1-mysql 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-opcache 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-readline 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 -php8.1-xml 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 -php8.1-zip 8.1.13-1+0~20221126.29+debian11~1.gbpfee7cc amd64 +php8.1-xml 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64 +php8.1-zip 8.1.14-1+0~20230107.31+debian11~1.gbpef7e32 amd64
This commit is contained in:
+6
-1
@@ -915,6 +915,12 @@ default_socket_timeout = 60
|
||||
; Be sure to appropriately set the extension_dir directive.
|
||||
;
|
||||
;extension=bz2
|
||||
|
||||
; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
|
||||
; otherwise it results in segfault when unloading after using SASL.
|
||||
; See https://github.com/php/php-src/issues/8620 for more info.
|
||||
;extension=ldap
|
||||
|
||||
;extension=curl
|
||||
;extension=ffi
|
||||
;extension=ftp
|
||||
@@ -924,7 +930,6 @@ default_socket_timeout = 60
|
||||
;extension=gmp
|
||||
;extension=intl
|
||||
;extension=imap
|
||||
;extension=ldap
|
||||
;extension=mbstring
|
||||
;extension=exif ; Must be after mbstring as it depends on it
|
||||
;extension=mysqli
|
||||
|
||||
+6
-1
@@ -915,6 +915,12 @@ default_socket_timeout = 60
|
||||
; Be sure to appropriately set the extension_dir directive.
|
||||
;
|
||||
;extension=bz2
|
||||
|
||||
; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
|
||||
; otherwise it results in segfault when unloading after using SASL.
|
||||
; See https://github.com/php/php-src/issues/8620 for more info.
|
||||
;extension=ldap
|
||||
|
||||
;extension=curl
|
||||
;extension=ffi
|
||||
;extension=ftp
|
||||
@@ -924,7 +930,6 @@ default_socket_timeout = 60
|
||||
;extension=gmp
|
||||
;extension=intl
|
||||
;extension=imap
|
||||
;extension=ldap
|
||||
;extension=mbstring
|
||||
;extension=exif ; Must be after mbstring as it depends on it
|
||||
;extension=mysqli
|
||||
|
||||
Reference in New Issue
Block a user