]> granicus.if.org Git - php/commitdiff
Update NEWS with FPM fixes
authorJakub Zelenka <bukka@php.net>
Fri, 30 Mar 2018 16:56:17 +0000 (17:56 +0100)
committerJakub Zelenka <bukka@php.net>
Fri, 30 Mar 2018 16:56:17 +0000 (17:56 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 600ba46c6383ed6983b4c700d7a1602133dd2240..078ed2470b9bf9e4586928afd8ec3759b5479364 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ PHP                                                                        NEWS
 - Date:
   . Fixed bug #76131 (mismatch arginfo for date_create). (carusogabriel)
 
+- FPM:
+  . Fixed bug #68440 (ERROR: failed to reload: execvp() failed: Argument list
+    too long). (Jacob Hipps)
+  . Fixed incorrect write to getenv result in FPM reload. (Jakub Zelenka)
+
 - mbstring:
   . Fixed bug #75944 (Wrong cp1251 detection). (dmk001)
   . Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).