arpad Mon, 29 Aug 2011 21:15:04 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=315743
Log: NEWS entry for fix #55510: $_FILES 'name' missing first character after upload Bug: https://bugs.php.net/55510 (Closed) $_FILES 'name' missing first character after upload. Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS =================================================================== --- php/php-src/branches/PHP_5_3/NEWS 2011-08-29 21:11:07 UTC (rev 315742) +++ php/php-src/branches/PHP_5_3/NEWS 2011-08-29 21:15:04 UTC (rev 315743) @@ -112,6 +112,8 @@ 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).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php