felipe                                   Sat, 17 Sep 2011 00:05:31 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=316886

Log:
- Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux 
parisc)

Bug: https://bugs.php.net/55707 (Open) undefined reference to 
`__sync_fetch_and_add_4' on Linux parisc
      
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-17 00:01:45 UTC (rev 316885)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-09-17 00:05:31 UTC (rev 316886)
@@ -3,6 +3,8 @@
 ?? ??? 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)

Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS   2011-09-17 00:01:45 UTC (rev 316885)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-09-17 00:05:31 UTC (rev 316886)
@@ -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:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to