]> granicus.if.org Git - php/commitdiff
move the entry into the correct NEWS block
authorAnatol Belski <ab@php.net>
Tue, 8 Dec 2015 17:20:55 +0000 (18:20 +0100)
committerAnatol Belski <ab@php.net>
Tue, 8 Dec 2015 17:20:55 +0000 (18:20 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 220aa18e74cfacbeae2e82b62de55eadc3e17478..299266772f519fc7bd5fff27c8a7ea962466e91e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Jan 2016 PHP 7.0.2
 
+- Filter:
+  . Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work). (Reeze Xia)
+
 
 ?? ??? 2015, PHP 7.0.1
 
@@ -37,9 +40,6 @@ PHP                                                                        NEWS
 - CLI server:
   . Fixed bug #71005 (Segfault in php_cli_server_dispatch_router()). (Adam)
 
-- Filter:
-  . Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work). (Reeze Xia)
-
 - Intl:
   . Fixed bug #71020 (Use after free in Collator::sortWithSortKeys).
     (emmanuel dot law at gmail dot com, Laruence)