diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-07-13 20:44:08 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-07-13 20:44:08 +0000 |
commit | 85e237888cdfb6fde2a5dcb54ca77dd505111337 (patch) | |
tree | 9bbd0c745bff782723f151b4765f815af60da3ae /NEWS | |
parent | bc9bc3972c5f61f606cc2b22a5a13fec093201fb (diff) | |
download | php-git-85e237888cdfb6fde2a5dcb54ca77dd505111337.tar.gz |
Fixed bug #33673 (Added detection for partially uploaded files).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |