diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-07-28 14:23:35 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-07-28 14:23:35 +0000 |
commit | 726dee9ee336d0d4ec17f9937356781b45bf1628 (patch) | |
tree | 734af52ed573af009dcf4a8a37660063c1c21a8b /NEWS | |
parent | 3a78dce03205d820122231d4f62e3e0d9a9a7a1f (diff) | |
download | php-git-726dee9ee336d0d4ec17f9937356781b45bf1628.tar.gz |
ext/standard/info.c ext/standard/info.h
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ 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 phpinfo() cutoff of variables at \0. (Ilia) - 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). |