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.4.0beta2~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=258c8de7fb0d92168c4b594e548bf010ceee2ce8;p=php - Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc) --- diff --git a/NEWS b/NEWS index 166c1fa0fc..d2b3be4100 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2011, PHP 5.4.0 RC1 +- Core: + . Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux + parisc). (Felipe) 15 Sep 2011, PHP 5.4.0 Beta - General improvements: