]> git.pld-linux.org Git - packages/php.git/commitdiff
Up to 8.2.2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Feb 2023 20:50:25 +0000 (21:50 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Feb 2023 20:50:25 +0000 (21:50 +0100)
php-fpm-config.patch
php.spec

index e6ff89fdaa45457216e641c1b2239f853323aa40..84c0fa27cbc145927497f3b5f404cbfe0a6e700a 100644 (file)
  
  ; Set listen(2) backlog.
  ; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)
-@@ -46,9 +46,9 @@
+@@ -50,9 +50,9 @@ listen = /var/run/php/@processname@.sock
  ; and group can be specified either by name or by their numeric IDs.
- ; Default Values: user and group are set as the running user
- ;                 mode is set to 0660
+ ; Default Values: Owner is set to the master process running user. If the group
+ ;                 is not set, the owner's group is used. Mode is set to 0660.
 -;listen.owner = @php_fpm_user@
 -;listen.group = @php_fpm_group@
 -;listen.mode = 0660
 +listen.owner = root
 +listen.group = @php_fpm_group@
 +listen.mode = 0660
  ; When POSIX Access Control Lists are supported you can set them using
  ; these options, value is a comma separated list of user/group names.
- ; When set, listen.owner and listen.group are ignored
 @@ -60,7 +60,7 @@
  ; must be separated by a comma. If this value is left blank, connections will be
  ; accepted from any ip address.
index 750d1ff750ca4ab612b439aebddb7878936509f4..e1fd212bb68872552a247b7aeea53b0b1d7f369b 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.1
+Version:       8.2.2
 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: b30961d64b35fe4c6727ee3add54d16e
+# Source0-md5: fa93816863003f4908f638a3fd7757ac
 #Source0:      https://downloads.php.net/~pierrick/php-%{version}%{subver}.tar.xz
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
This page took 0.159406 seconds and 4 git commands to generate.