diff options
author | Stanislav Malyshev <stas@php.net> | 2013-07-21 22:29:21 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-07-21 22:29:21 -0700 |
commit | 874c727c55f3808e59f3707e579bd8a3e896d17b (patch) | |
tree | 3fa86185304fc73a0e30f36d594c53b99312faeb | |
parent | 338469f596249f7f0646b444c9d93963dc84e390 (diff) | |
download | php-git-874c727c55f3808e59f3707e579bd8a3e896d17b.tar.gz |
add constant fix to NEWS
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2013, PHP 5.4.18 RC2 + +- Core: + . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was + erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey + avp200681 gmail com). + 18 Jul 2013, PHP 5.4.18 RC1 - Core: |