From: Stanislav Malyshev Date: Tue, 8 Jul 2014 22:04:42 +0000 (-0700) Subject: update NEWS X-Git-Tag: PRE_PHPNG_MERGE~104^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ba74fccff301c50aaf15db83445977fb3e7161b;p=php update NEWS --- diff --git a/NEWS b/NEWS index 159d021290..a2c7a22f08 100644 --- 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)