summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArpad Ray <arpad@php.net>2011-08-30 14:01:35 +0000
committerArpad Ray <arpad@php.net>2011-08-30 14:01:35 +0000
commit73eac3e5a2c60924981059b7217aed3b2d8cda52 (patch)
treea943e8b6797c25d942e8016b8153766dcae807fb
parent18b8a3bcb70f7447316077f621b72c885de8fdd7 (diff)
downloadphp-git-73eac3e5a2c60924981059b7217aed3b2d8cda52.tar.gz
fix news entries
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
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).