From: Ilia Alshanetsky Date: Tue, 16 Mar 2004 16:38:00 +0000 (+0000) Subject: MFH: Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive). X-Git-Tag: php-4.3.5RC4~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a96582f13bebc2f012d5c2cc06b56785c2704c25;p=php MFH: Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive). --- diff --git a/NEWS b/NEWS index 01c4223a66..8a87d697e0 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ PHP 4 NEWS actually parsed. (Jon) - Fixed possible crashes inside socket extension, due to missing check inside allocation functions. (Ilia) +- Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive). (Ilia) - Fixed bug #27590 (crash during shutdown when freeing persistent resources in ZTS mode). (Ilia) - Fixed bug #27582 (possible crashes in imagefilltoborder()). (Pierre)