From: Yasuo Ohgaki Date: Mon, 15 Jul 2002 00:35:46 +0000 (+0000) Subject: header sounds like http header. header -> header file X-Git-Tag: dev~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=160b74519f67a16f7c04ba716f6db49d6065a4f6;p=php header sounds like http header. header -> header file --- diff --git a/NEWS b/NEWS index d4d3c18dfa..7391d18d65 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ PHP 4 NEWS it contained null byte. (Andrei) - Added persistent connections/pipelining to thttpd. (Sascha) - Fixed two potential blocking issues in thttpd. (Sascha) -- Fixed broken header detection on Solaris. (Sascha) +- Fixed broken header file detection on Solaris. (Sascha) - Improved nss/socket-related symbol/library detection. (Jani, Sascha) - Made iconv() work well with both libiconv or libgiconv. (Moriyoshi, Yasuo) - Fixed socket_set_timeout() on win32. (Jason, Edin, Jani)