summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-11-18 17:43:28 +0100
committerRemi Collet <remi@php.net>2014-11-18 17:43:28 +0100
commit5674827eaded0390a6447babd9d9eae450bb4d00 (patch)
tree78fe72096a388142646f29f8b9ab01ad765752c2
parent03cf70ab1e35305443ac379ee5219d19aeeb6ba2 (diff)
downloadphp-git-5674827eaded0390a6447babd9d9eae450bb4d00.tar.gz
NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d3dd86385..6b9b050382 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP NEWS
. Fixed bug #68421 (access.format='%R' doesn't log ipv6 address). (Remi)
. Fixed bug #68423 (PHP-FPM will no longer load all pools). (Remi)
. Fixed bug #68428 (listen.allowed_clients is IPv4 only). (Remi)
+ . Fixed bug #68381 (fpm_unix_init_main ignores log_level).
+ (David Zuelke, Remi)
- PDO_pgsql:
. Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)