summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-27 09:50:43 +0200
committerRemi Collet <remi@php.net>2014-06-27 09:50:43 +0200
commit6c72ea87fd5c1155f31bea75c1711e0143bb6447 (patch)
tree0559de1b9314ea49609a98ed2921d4c832e79dbe
parent13c5bb9600307ea8b17132aeff2dff4e558c46c3 (diff)
downloadphp-git-6c72ea87fd5c1155f31bea75c1711e0143bb6447.tar.gz
NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fce2198a7a..27dfca41f7 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Implemented FR #67429 (CLI server is missing some new HTTP response codes).
(Adam)
+- FPM:
+ . Fix bug #67530 (error_log=syslog ignored). (Remi)
+ . Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
+
- Streams:
. Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam)