summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-11-21 07:34:40 +0100
committerRemi Collet <remi@php.net>2014-11-21 07:34:40 +0100
commitcf3a90228644455f93ff96eddf2e27e9e5a8c812 (patch)
treecba0b499e81aefc763cc29c8e5c236274b73c976
parent29d2c13809247dfd21b1f20d1d3771e10590694e (diff)
downloadphp-git-cf3a90228644455f93ff96eddf2e27e9e5a8c812.tar.gz
NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cae7d0b268..f314475d27 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ PHP NEWS
. Fixed bug #68381 (fpm_unix_init_main ignores log_level).
(David Zuelke, Remi)
. Fixed bug #68452 (php-fpm man page is oudated). (Remi)
+ . Fixed request #68391 (php-fpm conf files loading order).
+ (Florian Margaine, Remi)
- PDO_pgsql:
. Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)