pajoye Mon, 26 Sep 2011 08:56:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=317307
Log:
- update news
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
U php/php-src/branches/PHP_5_4/NEWS
Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS 2011-09-26 08:49:28 UTC (rev 317306)
+++ php/php-src/branches/PHP_5_3/NEWS 2011-09-26 08:56:56 UTC (rev 317307)
@@ -3,11 +3,13 @@
?? ??? 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 @@
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).
Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS 2011-09-26 08:49:28 UTC (rev 317306)
+++ php/php-src/branches/PHP_5_4/NEWS 2011-09-26 08:56:56 UTC (rev 317307)
@@ -5,11 +5,13 @@
. Improve the warning message of incompatible arguments. (Laruence)
- 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 #55705 (Omitting a callable typehinted argument causes a
segfault).
(Felipe, Laruence)
. Fixed bug #55758 (Digest Authenticate missed in 5.4) . (Laruence)
+ . Fixed bug #55622 (memory corruption in parse_ini_string). (Pierre)
- Zlib:
. Fixed bug #55544 (ob_gzhandler always conflicts with
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php