]> granicus.if.org Git - php/commitdiff
update NEWS
authorStanislav Malyshev <stas@php.net>
Tue, 8 Jul 2014 22:04:42 +0000 (15:04 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 8 Jul 2014 22:05:05 +0000 (15:05 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 159d0212901cb5fe18cd96f3075eda7abbb5156f..a2c7a22f089729e056d4775bbc31c933530d7589 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ PHP                                                                        NEWS
 - pgsql:
   . Fixed bug #67555 (Cannot build against libpq 7.3). (Adam)
 
+- Phar:
+  . Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske)
+
 - SPL:
   . Fixed bug #67539 (ArrayIterator use-after-free due to object change during 
     sorting). (research at insighti dot org, Laruence)