summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-07-13 20:44:08 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-07-13 20:44:08 +0000
commit85e237888cdfb6fde2a5dcb54ca77dd505111337 (patch)
tree9bbd0c745bff782723f151b4765f815af60da3ae /NEWS
parentbc9bc3972c5f61f606cc2b22a5a13fec093201fb (diff)
downloadphp-git-85e237888cdfb6fde2a5dcb54ca77dd505111337.tar.gz
Fixed bug #33673 (Added detection for partially uploaded files).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6cb783cd8a..eda548ec71 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PHP NEWS
- Fixed memory corruption in pg_copy_from() in case the as_null parameter was
passed. (Derick)
- Fixed crash inside stream_get_line() when length parameter equals 0. (Ilia)
+- Fixed bug #33673 (Added detection for partially uploaded files). (Ilia)
- Fixed bug #33605 (substr_compare() crashes with negative offset and length).
(Tony)
- Fixed bug #33597 (setcookie() "expires" date format doesn't comply with RFC).