summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-07-28 14:23:35 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-07-28 14:23:35 +0000
commit726dee9ee336d0d4ec17f9937356781b45bf1628 (patch)
tree734af52ed573af009dcf4a8a37660063c1c21a8b /NEWS
parent3a78dce03205d820122231d4f62e3e0d9a9a7a1f (diff)
downloadphp-git-726dee9ee336d0d4ec17f9937356781b45bf1628.tar.gz
ext/standard/info.c ext/standard/info.h
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f9c10d7b7..1f01e2bafa 100644
--- a/NEWS
+++ b/NEWS
@@ -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).