]> granicus.if.org Git - php/commitdiff
Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix
authorStanislav Malyshev <stas@php.net>
Mon, 22 Jul 2013 05:28:02 +0000 (22:28 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 22 Jul 2013 05:28:02 +0000 (22:28 -0700)
NEWS

diff --git a/NEWS b/NEWS
index ae429c2df609ec51641e22f0d4524fb1f9917a55..e71d07273572ac8b574982785a108c8f8d67f9fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ PHP                                                                        NEWS
 ?? ??? 2013, PHP 5.4.18
 
 - Core:
+  . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was
+    erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey 
+    avp200681 gmail com).
   . Fixed bug #65254 (Exception not catchable when exception thrown in autoload
     with a namespace). (Laruence)
   . Fixed bug #65108 (is_callable() triggers Fatal Error).