summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2019-08-26 18:11:04 +0100
committerJakub Zelenka <bukka@php.net>2019-08-26 18:11:04 +0100
commit302a1400f310ece73f6c172e723dacad2489266b (patch)
treee86f8941952ec41aa44480cdb34b29d74f8086c2 /NEWS
parentfa8565a0f1d8276f478eb0bd495e535828ff124c (diff)
parentffcf57fa187f55b6e2cf3e6de43b03332cc750de (diff)
downloadphp-git-302a1400f310ece73f6c172e723dacad2489266b.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cac5b6b027..9a24ba158c 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Fixed bug #78454 (Consecutive numeric separators cause OOM error).
(Theodore Brown)
+- FPM:
+ . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr
+ notation). (Tsuyoshi Sadakata)
+
- SPL:
. Fixed bug #78436 (Missing addref in SplPriorityQueue EXTR_BOTH mode).
(Nikita)