From: Ilia Alshanetsky Date: Tue, 4 Nov 2003 20:40:31 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.5RC1~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5958582185ac01c06b84e7c2a8d7f52036dfafd3;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 771eeef519..7e4748348c 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PHP 4 NEWS ?? ??? 2003, Version 4.3.5 - Fixed header handler in NSAPI SAPI module (header->replace was ignored, send_default_content_type now sends value from php.ini). (Uwe Schindler) +- Fixed bug #26105 (Compile failure on gcc version 3.0.X). (Ilia) - Fixed bug #26103 (ext/mime_magic causes compile failure in ext/mssql). (Jani) - Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results). (sprice at wisc dot edu, Ilia)