From: Felipe Pena Date: Sat, 17 Sep 2011 00:05:31 +0000 (+0000) Subject: - Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc) X-Git-Tag: php-5.3.9RC1~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ec077e0608e2b070ef0de4f92f281ae86b710e3;p=php - Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc) --- diff --git a/NEWS b/NEWS index cbd2c40ba5..be7ce53503 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2011, PHP 5.3.9 - Core: + . 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)