1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

Update NEWS for FPM process renaming on macOS

This commit is contained in:
Jakub Zelenka
2021-03-21 18:42:55 +00:00
parent d54fa6f778
commit 37969dcab0
+1
View File
@@ -12,6 +12,7 @@ PHP NEWS
- FPM:
. Added openmetrics status format. (Cees-Jan Kiewiet)
. Enable process renaming on macOS. (devnexen)
- FTP:
. Convert resource<ftp> to object \FTPConnection. (Sara)