From: foobar Date: Mon, 3 Nov 2003 23:16:28 +0000 (+0000) Subject: cosmetics X-Git-Tag: php-4.3.5RC1~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=701b07578266c01f0233c115622692b5bc8d7d87;p=php cosmetics --- diff --git a/NEWS b/NEWS index a08d35c5ef..2888ea0e21 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2003, Version 4.3.5 -- Fixed header handler in NSAPI SAPI (header->replace was ignored, - send_default_content_type now sends value from php.ini). - (Uwe Schindler) +- 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 #26025 (Segfault on glob() without GLOB_NOCHECK or GLOB_NOMAGIC under *BSD platforms). (Moriyoshi)