summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-07-21 22:28:02 -0700
committerStanislav Malyshev <stas@php.net>2013-07-21 22:28:02 -0700
commitba984582db8e844a7821e7ce1b2a6bb7a4fac5ed (patch)
tree0b3a3db7240f9bc89374e771a6dcbdedf8d31e02
parentda3886de6dc8edab3da14331227816d6ca8e9b96 (diff)
downloadphp-git-ba984582db8e844a7821e7ce1b2a6bb7a4fac5ed.tar.gz
Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae429c2df6..e71d072735 100644
--- 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).