summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-03-30 17:56:17 +0100
committerJakub Zelenka <bukka@php.net>2018-03-30 17:56:17 +0100
commit2688023c7fdc1b1e319cb81c28a862f65a2109fb (patch)
tree9e2a3bc7d32c35b763a64ae2e4d83a961cae8959
parent0be5b9e6b046ae8f18bcddda49d3b49b8a199663 (diff)
downloadphp-git-2688023c7fdc1b1e319cb81c28a862f65a2109fb.tar.gz
Update NEWS with FPM fixes
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 600ba46c63..078ed2470b 100644
--- 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).