]> granicus.if.org Git - php/commitdiff
Add NEWS for the fixed bug #74083
authorJakub Zelenka <bukka@php.net>
Sun, 20 Oct 2019 15:58:13 +0000 (16:58 +0100)
committerJakub Zelenka <bukka@php.net>
Sun, 20 Oct 2019 15:58:13 +0000 (16:58 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5525f6a5770989acdf4a65a32ba05d70c8b3ab07..bd3d4c2fa047c2d023ac30686073d808c1fa7098 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ PHP                                                                        NEWS
 - Date:
   . Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin)
 
+- FPM:
+  . Fixed bug #74083 (master PHP-fpm is stopped on multiple reloads).
+    (Maksim Nikulin)
+
 - Testing:
   . Fixed bug #78684 (PCRE bug72463_2 test is sending emails on Linux). (cmb)