]> granicus.if.org Git - php/commitdiff
fix NEWS
authorStanislav Malyshev <stas@php.net>
Wed, 1 Aug 2012 19:21:35 +0000 (12:21 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 1 Aug 2012 19:21:35 +0000 (12:21 -0700)
NEWS

diff --git a/NEWS b/NEWS
index a84e756d5b627758d224dc3a98b0deca273ce5b0..084f3cd0bb726e188015004a3ca58756816cb450 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2012, PHP 5.4.7
+
+- Reflection:
+  . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
+    result). (Laruence)
+
 ?? ??? 2012, PHP 5.4.6
 
 - CLI Server:
@@ -39,8 +45,6 @@ PHP                                                                        NEWS
     sapi/cli/cli.h: No such file). (Johannes)
 
 - Reflection:
-  . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
-    result). (Laruence)
   . Implemented FR #61602 (Allow access to name of constant used as default 
     value). (reeze.xia@gmail.com)