From: Arpad Ray Date: Tue, 30 Aug 2011 14:01:35 +0000 (+0000) Subject: fix news entries X-Git-Tag: php-5.3.9RC1~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73eac3e5a2c60924981059b7217aed3b2d8cda52;p=php fix news entries --- diff --git a/NEWS b/NEWS index 5e012837f9..44b0bb8b13 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,8 @@ PHP NEWS - Core: . Fixed bug #52461 (Incomplete doctype and missing xmlns). (virsacer at web dot de, Pierre) - . Fixed bug #55366: keys lost when using substr_replace an array (arpad) + . Fixed bug #55366: keys lost when using substr_replace an array (Arpad) + . Fixed bug #55510: $_FILES 'name' missing first character after upload (Arpad) - DateTime: . Fixed bug #48476 (cloning extended DateTime class without calling @@ -120,8 +121,6 @@ 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).