From: Pierre Joye Date: Mon, 26 Sep 2011 08:56:56 +0000 (+0000) Subject: - update news X-Git-Tag: php-5.3.9RC1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f78629c28ab39b56eb4176b107944f21ea544c0;p=php - update news --- diff --git a/NEWS b/NEWS index 6b05d0e7fb..8cb59da765 100644 --- 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).