File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ PHP NEWS
18
18
. Added extra check for FPM proc dumpable on SELinux based systems.
19
19
(David Carlier)
20
20
. Added support for listening queue on macOS. (David Carlier)
21
+ . Changed default for listen.backlog on Linux to -1. (Cristian Rodríguez)
21
22
22
23
- Intl:
23
24
. Update all grandfathered language tags with preferred values
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ group = @php_fpm_group@
36
36
listen = 127.0.0.1:9000
37
37
38
38
; Set listen(2) backlog.
39
- ; Default Value: 511 (-1 on FreeBSD and OpenBSD)
39
+ ; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)
40
40
;listen.backlog = 511
41
41
42
42
; Set permissions for unix socket, if one is used. In Linux, read/write
You can’t perform that action at this time.
0 commit comments