Update NEWS and www.conf with listen.backlog default change

This commit is contained in:
Jakub Zelenka 2022-04-23 13:25:08 +01:00
parent 1e562683cb
commit 4ec92c6253
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -18,6 +18,7 @@ PHP NEWS
. Added extra check for FPM proc dumpable on SELinux based systems.
(David Carlier)
. Added support for listening queue on macOS. (David Carlier)
. Changed default for listen.backlog on Linux to -1. (Cristian Rodríguez)
- Intl:
. Update all grandfathered language tags with preferred values

View File

@ -36,7 +36,7 @@ group = @php_fpm_group@
listen = 127.0.0.1:9000
; Set listen(2) backlog.
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)
;listen.backlog = 511
; Set permissions for unix socket, if one is used. In Linux, read/write