summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-07-27 18:14:55 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-07-27 18:14:55 +0000
commit4c2d752fb1629acdcda82e75956f6637091e3b71 (patch)
tree3e6c1abf569073f944617d0660231be9e9c521f6 /NEWS
parentcfda15ffc10bcc366544510e7b5df923e8adba4e (diff)
downloadphp-git-4c2d752fb1629acdcda82e75956f6637091e3b71.tar.gz
Fixed a bug in the filter extension that prevented magic_quotes_gpc from
being applied when RAW filter is used.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0072dfc510..db286a189e 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ PHP NEWS
. Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2
compatibility issue). (Patch: scott dot moynes+php at gmail dot com)
+- Fixed a bug in the filter extension that prevented magic_quotes_gpc from
+ being applied when RAW filter is used. (Ilia)
- Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST).
(Ilia)
- Fixed bug #38234 (Exception in __clone makes memory leak). (Dmitry, Nuno)