]> git.pld-linux.org Git - packages/php.git/commitdiff
Up to 8.2.1 auto/th/php82-8.2.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Feb 2023 09:48:49 +0000 (10:48 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Feb 2023 09:48:49 +0000 (10:48 +0100)
php-ini.patch
php.spec

index 27cd2120282f542d27c3c96c62c3a933b49a6fa3..559fee0b085536c8e8af45da8983dd31403c6b9a 100644 (file)
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
  ;;;;;;;;;;;;;;;;
-@@ -863,46 +863,7 @@
- ;   extension folders as well as the separate PECL DLL download.
- ;   Be sure to appropriately set the extension_dir directive.
+@@ -857,58 +857,9 @@ default_socket_timeout = 60
+ ; deprecated in a future PHP major version. So, when it is possible, please
+ ; move to the new ('extension=<ext>) syntax.
+ ;
+-; Notes for Windows environments :
+ ;
+-; - Many DLL files are located in the ext/
+-;   extension folders as well as the separate PECL DLL download.
+-;   Be sure to appropriately set the extension_dir directive.
++; In PLD Linux you can install appropriate php82-<extension> or php82-pecl-<extension> package.
  ;
 -;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
 -;extension=gmp
 -;extension=intl
 -;extension=imap
--;extension=ldap
 -;extension=mbstring
 -;extension=exif      ; Must be after mbstring as it depends on it
 -;extension=mysqli
 -;extension=zip
 -
 -;zend_extension=opcache
-+; In PLD Linux you can install appropriate php80-<extension> or php80-pecl-<extension> package.
+-
  ;;;;;;;;;;;;;;;;;;;
  ; Module Settings ;
+ ;;;;;;;;;;;;;;;;;;;
 @@ -954,8 +867,9 @@
  
  [Date]
index 4feacf4becf1924ea950f20586c5224b3c375a92..750d1ff750ca4ab612b439aebddb7878936509f4 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -150,7 +150,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.2.0
+Version:       8.2.1
 Release:       %{rel}
 Epoch:         4
 # All files licensed under PHP version 3.01, except
@@ -159,7 +159,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: e03d9f137d9fa8d9cddfe12e8653d57a
+# Source0-md5: b30961d64b35fe4c6727ee3add54d16e
 #Source0:      https://downloads.php.net/~pierrick/php-%{version}%{subver}.tar.xz
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
This page took 0.118405 seconds and 4 git commands to generate.