1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix

This commit is contained in:
Stanislav Malyshev
2013-07-21 22:28:02 -07:00
parent da3886de6d
commit ba984582db
+3
View File
@@ -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).