1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

Update NEWS and UPGRADING for FPM addition of pm.max_spawn_rate

This commit is contained in:
Jakub Zelenka
2021-03-28 21:15:35 +01:00
parent 4361fffaea
commit 4ed4b64df8
2 changed files with 6 additions and 0 deletions

2
NEWS
View File

@@ -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)

View File

@@ -154,6 +154,10 @@ PHP 8.1 UPGRADE NOTES
- FPM:
. Added openmetrics status format. It can be used by Prometheus to fetch FPM
metrics.
. Added new pool option for the dynamic process manager called
pm.max_spawn_rate. It allows to start number of children in a faster rate
when dynamic pm is selected. The default value is 32 which was the previous
hard coded value.
- hash:
. The following functions have changed signatures: