Skip to content

Commit 4ec92c6

Browse files
committed
Update NEWS and www.conf with listen.backlog default change
1 parent 1e56268 commit 4ec92c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PHP NEWS
1818
. Added extra check for FPM proc dumpable on SELinux based systems.
1919
(David Carlier)
2020
. Added support for listening queue on macOS. (David Carlier)
21+
. Changed default for listen.backlog on Linux to -1. (Cristian Rodríguez)
2122

2223
- Intl:
2324
. Update all grandfathered language tags with preferred values

sapi/fpm/www.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ group = @php_fpm_group@
3636
listen = 127.0.0.1:9000
3737

3838
; Set listen(2) backlog.
39-
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
39+
; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)
4040
;listen.backlog = 511
4141

4242
; Set permissions for unix socket, if one is used. In Linux, read/write

0 commit comments

Comments
 (0)