summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2010-03-31 23:01:38 +0000
committerRasmus Lerdorf <rasmus@php.net>2010-03-31 23:01:38 +0000
commitfac463ed4ac501c3c520f4af414aba3558184106 (patch)
tree0ee47cbdbf4cfd543d5583e09eea0b4720c8c792 /NEWS
parent4d75c644157b33d4d63aec4b757fc6d09cca9813 (diff)
downloadphp-git-fac463ed4ac501c3c520f4af414aba3558184106.tar.gz
Moved to 5.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9cef0a0e7b..c8361912d0 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,6 @@ PHP NEWS
ReflectionExtension::isPersistent(). (Johannes)
- Added ReflectionZendExtension class. (Johannes)
- Added command line option --rz to CLI. (Johannes)
-- Added full_special_chars filter to ext/filter (Rasmus)
- default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus)
- default session.entropy_file is now /dev/urandom or /dev/arandom if either
@@ -22,6 +21,7 @@ PHP NEWS
- Added stream filter support to mcrypt extension (ported from
mcrypt_filter). (Stas)
+- Added full_special_chars filter to ext/filter (Rasmus)
- Fixed a NULL pointer dereference when processing invalid XML-RPC
requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert)