[packages/php/PHP_8_1] Up to 8.1.14
arekm
arekm at pld-linux.org
Thu Feb 2 09:58:23 CET 2023
commit 1d693b312d32f11d9ac081fe8fbe1dad103af66c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Feb 2 09:58:01 2023 +0100
Up to 8.1.14
php-ini.patch | 11 ++++++++---
php.spec | 4 ++--
2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/php.spec b/php.spec
index f026531..7499f97 100644
--- a/php.spec
+++ b/php.spec
@@ -148,7 +148,7 @@ Summary(pt_BR.UTF-8): A linguagem de script PHP
Summary(ru.UTF-8): PHP - язык препроцессирования HTML-файлов, выполняемый на сервере
Summary(uk.UTF-8): PHP - мова препроцесування HTML-файлів, виконувана на сервері
Name: %{orgname}%{php_suffix}
-Version: 8.1.11
+Version: 8.1.14
Release: 1
Epoch: 4
# All files licensed under PHP version 3.01, except
@@ -157,7 +157,7 @@ Epoch: 4
License: PHP 3.01 and Zend and BSD
Group: Libraries
Source0: https://www.php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: ad1e751c268e9a555680336ff4740663
+# Source0-md5: 6ee10d3680f07fc4c4e2fa6c2c1045ce
Source1: opcache.ini
Source2: %{orgname}-mod_php.conf
Source3: %{orgname}-cgi-fcgi.ini
diff --git a/php-ini.patch b/php-ini.patch
index db8a3f0..276c429 100644
--- a/php-ini.patch
+++ b/php-ini.patch
@@ -128,11 +128,17 @@
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
-@@ -871,45 +871,7 @@
+@@ -863,50 +863,7 @@ default_socket_timeout = 60
; extension folders as well as the separate PECL DLL download (PHP 5+).
; 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
@@ -142,7 +148,6 @@
-;extension=gmp
-;extension=intl
-;extension=imap
--;extension=ldap
-;extension=mbstring
-;extension=exif ; Must be after mbstring as it depends on it
-;extension=mysqli
@@ -171,7 +176,7 @@
-;extension=xsl
-
-;zend_extension=opcache
-+; In PLD Linux you can install appropriate php80-<extension> or php80-pecl-<extension> package.
++; In PLD Linux you can install appropriate php81-<extension> or php81-pecl-<extension> package.
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/1d693b312d32f11d9ac081fe8fbe1dad103af66c
More information about the pld-cvs-commit
mailing list