diff options
author | Stanislav Malyshev <stas@php.net> | 2013-07-21 22:28:02 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-07-21 22:28:02 -0700 |
commit | ba984582db8e844a7821e7ce1b2a6bb7a4fac5ed (patch) | |
tree | 0b3a3db7240f9bc89374e771a6dcbdedf8d31e02 | |
parent | da3886de6dc8edab3da14331227816d6ca8e9b96 (diff) | |
download | php-git-ba984582db8e844a7821e7ce1b2a6bb7a4fac5ed.tar.gz |
Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |