summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2021-03-28 21:15:35 +0100
committerJakub Zelenka <bukka@php.net>2021-03-28 21:15:35 +0100
commit4ed4b64df8cdf319d486cb2bdfa836c4102cd1fb (patch)
treea57280bffc0666a01f595f7e4fb0c025961458cd /NEWS
parent4361fffaeaddd8da6ea00a3b2eafef247c7edf99 (diff)
downloadphp-git-4ed4b64df8cdf319d486cb2bdfa836c4102cd1fb.tar.gz
Update NEWS and UPGRADING for FPM addition of pm.max_spawn_rateHEADmaster
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 173a00daea..837f6dea51 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP NEWS
- FPM:
. Added openmetrics status format. (Cees-Jan Kiewiet)
. Enable process renaming on macOS. (devnexen)
+ . Added pm.max_spawn_rate option to configure max spawn child processes rate.
+ (Paulius Sapragonas)
- FTP:
. Convert resource<ftp> to object \FTPConnection. (Sara)