diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-07-27 18:14:55 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-07-27 18:14:55 +0000 |
commit | 4c2d752fb1629acdcda82e75956f6637091e3b71 (patch) | |
tree | 3e6c1abf569073f944617d0660231be9e9c521f6 /NEWS | |
parent | cfda15ffc10bcc366544510e7b5df923e8adba4e (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |