From: Arpad Ray Date: Mon, 29 Aug 2011 21:15:04 +0000 (+0000) Subject: NEWS entry for fix #55510: $_FILES 'name' missing first character after upload X-Git-Tag: php-5.3.9RC1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f117d56170166c26f038812ac2419f3eb9693874;p=php NEWS entry for fix #55510: $_FILES 'name' missing first character after upload --- diff --git a/NEWS b/NEWS index fd58463c30..8e5ae39e5a 100644 --- a/NEWS +++ b/NEWS @@ -112,6 +112,8 @@ PHP NEWS filter). (slusarz at curecanti dot org) . Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using TMPDIR on Windows). (Pierre) + . Fixed bug #55510: ($_FILES 'name' missing first character after upload) + (arpad) - Apache2 Handler SAPI: . Fixed bug #54529 (SAPI crashes on apache_config.c:197).