summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-27 09:51:34 +0200
committerRemi Collet <remi@php.net>2014-06-27 09:51:34 +0200
commitf201d061ba0d41344667527b64bbfefbcc67d5e5 (patch)
tree99f224f6274576c2b279044e0d491e23f83ed0cb
parent37aa57cd1b40029844381e22ae8ab5664a4c5482 (diff)
downloadphp-git-f201d061ba0d41344667527b64bbfefbcc67d5e5.tar.gz
NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 373f810881..0fdf0555d8 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ PHP NEWS
. Fixed bug #67468 (Segfault in highlight_file()/highlight_string()).
(Andreas Ferber)
+- FPM:
+ . Fix bug #67530 (error_log=syslog ignored). (Remi)
+ . Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
+
- phpdbg:
. Fix Bug #67499 (readline feature not enabled when build with libedit). (Remi)