File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ PHP NEWS
10
10
. Fixed bug #53826 (__callStatic fired in base class through a parent call if
11
11
the method is private). (Nikita)
12
12
13
+ - FPM:
14
+ . Added openmetrics status format. (Cees-Jan Kiewiet)
15
+
13
16
- FTP:
14
17
. Convert resource<ftp> to object \FTPConnection. (Sara)
15
18
Original file line number Diff line number Diff line change @@ -151,6 +151,10 @@ PHP 8.1 UPGRADE NOTES
151
151
$file = new CURLStringFile($data, 'filename.txt', 'text/plain');
152
152
curl_setopt($curl, CURLOPT_POSTFIELDS, ['file' => $file]);
153
153
154
+ - FPM:
155
+ . Added openmetrics status format. It can be used by Prometheus to fetch FPM
156
+ metrics.
157
+
154
158
- hash:
155
159
. The following functions have changed signatures:
156
160
You can’t perform that action at this time.
0 commit comments