From: Ferenc Kovacs Date: Wed, 30 Jul 2014 08:45:35 +0000 (+0200) Subject: NEWS entry for #67713 X-Git-Tag: PRE_PHPNG_MERGE~46^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d649b785d63a58ba09dbb38b1279e4e0424b7d51;p=php NEWS entry for #67713 --- diff --git a/NEWS b/NEWS index abaeaba4e7..d69f0d8577 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,10 @@ PHP NEWS - Phar: . Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske) +- Reflection: + . Implemented FR #67713 (loosen the restrictions on + ReflectionClass::newInstanceWithoutConstructor()). (Ferenc) + - SPL: . Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting). (research at insighti dot org, Laruence)