]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Fri, 8 Jul 2016 14:34:15 +0000 (16:34 +0200)
committerJulien Pauli <jpauli@php.net>
Fri, 8 Jul 2016 14:34:15 +0000 (16:34 +0200)
NEWS

diff --git a/NEWS b/NEWS
index e8bf7415a76331f6e241128fe65a3ad639c60395..e0d99543e76dd1a1c22c40540bbea86cfcd199e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP                                                                        NEWS
     (Dmitry, Nikita)
   . Added new constant PHP_FD_SETSIZE. (cmb)
 
+- Filter
+  . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8
+    range). (bugs dot php dot net at majkl578 dot cz)
+
 - pcntl
   . Implemented asynchronous signal handling without TICKS. (Dmitry)
   . Added pcntl_signal_get_handler() that returns the current signal handler