]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive).
authorIlia Alshanetsky <iliaa@php.net>
Tue, 16 Mar 2004 16:38:00 +0000 (16:38 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 16 Mar 2004 16:38:00 +0000 (16:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 01c4223a66276b08d8619d58ba2bf2c58eebabfd..8a87d697e0fb551caef44ecaf88beb40c205f9a2 100644 (file)
--- 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)