summarylogtreecommitdiffstats
path: root/php-fpm.patch
diff options
context:
space:
mode:
authorIliya Ivanov2022-12-20 17:18:33 +0200
committerIliya Ivanov2022-12-20 17:18:33 +0200
commitc0383946c3b22438dc51ed5c6be30cf18ccc2a92 (patch)
treee996fe2fe6459d14f5594383276c85e07421e10a /php-fpm.patch
parent637241d8e7cb399aa53c648cdcbda8069355163b (diff)
downloadaur-c0383946c3b22438dc51ed5c6be30cf18ccc2a92.tar.gz
Bump to v 8.2.0
Diffstat (limited to 'php-fpm.patch')
-rw-r--r--php-fpm.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-fpm.patch b/php-fpm.patch
index b62fff1158cf..d42ed9083d8d 100644
--- a/php-fpm.patch
+++ b/php-fpm.patch
@@ -40,7 +40,7 @@
+listen = /run/php-fpm/php-fpm.sock
; Set listen(2) backlog.
- ; Default Value: 511 (-1 on FreeBSD and OpenBSD)
+ ; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)
@@ -45,8 +45,8 @@
; and group can be specified either by name or by their numeric IDs.
; Default Values: user and group are set as the running user
@@ -52,7 +52,7 @@
;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.
-@@ -395,7 +395,7 @@
+@@ -416,7 +416,7 @@
; Chdir to this directory at the start.
; Note: relative path can be used.
; Default Value: current directory or / when chroot