From: Uwe Schindler Date: Sat, 1 Nov 2003 12:50:48 +0000 (+0000) Subject: news update X-Git-Tag: php-4.3.5RC1~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c9381c5383f1fc015ea6c945ab508c96a0667b7;p=php news update --- diff --git a/NEWS b/NEWS index 4f95eb9f15..34f93af372 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Nov 2003, Version 4.3.4RC4 +- Fixed header handler in NSAPI SAPI (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)