summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2021-03-21 18:58:57 +0000
committerJakub Zelenka <bukka@php.net>2021-03-21 18:58:57 +0000
commit538f95b1b7c88949afea9fc690397309115d8d40 (patch)
tree9ad69d24188f07d54b7cd16b110b08fbaf5a7bf3
parentc483b59124bda89f86d8a54bcbdb8e5b89fa40ea (diff)
downloadphp-git-538f95b1b7c88949afea9fc690397309115d8d40.tar.gz
Fix NEWS entry position for the latest FPM fix
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 42eeddacdc..eef3b0302c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP NEWS
- DOM:
. Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)
+- FPM:
+ . Fixed bug #80024 (Duplication of info about inherited socket after pool
+ removing). (Jakub Zelenka)
+
- PDO_ODBC:
. Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
(cmb)
@@ -142,8 +146,6 @@ PHP NEWS
- FPM:
. Fixed bug #69625 (FPM returns 200 status on request without
SCRIPT_FILENAME env). (Jakub Zelenka)
- . Fixed bug #80024 (Duplication of info about inherited socket after pool
- removing). (Jakub Zelenka)
- Intl:
. Fixed bug #80425 (MessageFormatAdapter::getArgTypeList redefined). (Nikita)