]> granicus.if.org Git - php/commitdiff
- update news
authorPierre Joye <pajoye@php.net>
Mon, 26 Sep 2011 08:56:56 +0000 (08:56 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 26 Sep 2011 08:56:56 +0000 (08:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6b05d0e7fbf39f2fec2d17d9317e12b9efc7659f..8cb59da765aa02b0b91d4ea2fae83d5290b11601 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,13 @@ PHP                                                                        NEWS
 ?? ??? 2011, PHP 5.3.9
 
 - Core:
+  . Fixed bug #55749 (TOCTOU issue in getenv() on Windows builds). (Pierre)
   . Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux
     parisc). (Felipe)
   . Fixed bug #55649 (Undefined function Bug()). (Laruence)
-  . Fixed bug #55576: Cannot conditionally move uploaded file without race
-    condition. (Gustavo)
+  . Fixed bug #55622 (memory corruption in parse_ini_string). (Pierre)
+  . Fixed bug #55576 (Cannot conditionally move uploaded file without race
+    condition). (Gustavo)
   . Fixed bug #55510: $_FILES 'name' missing first character after upload.
     (Arpad)
   . Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)
@@ -15,7 +17,7 @@ PHP                                                                        NEWS
     HTTP POST request). (Hannes)
   . 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 #55273 (base64_decode() with strict rejects whitespace after
     pad). (Ilia)
   . Fixed bug #54304 (RegexIterator::accept() doesn't work with scalar values).