We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c483b59 commit 538f95bCopy full SHA for 538f95b
NEWS
@@ -5,6 +5,10 @@ PHP NEWS
5
- DOM:
6
. Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)
7
8
+- FPM:
9
+ . Fixed bug #80024 (Duplication of info about inherited socket after pool
10
+ removing). (Jakub Zelenka)
11
+
12
- PDO_ODBC:
13
. Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
14
(cmb)
@@ -142,8 +146,6 @@ PHP NEWS
142
146
- FPM:
143
147
. Fixed bug #69625 (FPM returns 200 status on request without
144
148
SCRIPT_FILENAME env). (Jakub Zelenka)
145
- . Fixed bug #80024 (Duplication of info about inherited socket after pool
- removing). (Jakub Zelenka)
149
150
- Intl:
151
. Fixed bug #80425 (MessageFormatAdapter::getArgTypeList redefined). (Nikita)
0 commit comments