]> granicus.if.org Git - php/commitdiff
- Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc)
authorFelipe Pena <felipe@php.net>
Sat, 17 Sep 2011 00:05:31 +0000 (00:05 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 17 Sep 2011 00:05:31 +0000 (00:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index cbd2c40ba5c8560794d21013839dce13c039546e..be7ce53503a1a4bedde77c885614eaf055644766 100644 (file)
--- 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)