]> granicus.if.org Git - php/commitdiff
NEWS entry for #67713
authorFerenc Kovacs <tyrael@php.net>
Wed, 30 Jul 2014 08:45:35 +0000 (10:45 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 30 Jul 2014 08:45:35 +0000 (10:45 +0200)
NEWS

diff --git a/NEWS b/NEWS
index abaeaba4e77581e327e634ea43d2dc93e8042544..d69f0d85773eaaecb24aea064925d3475a0c65ab 100644 (file)
--- 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)