]> granicus.if.org Git - php/commitdiff
news update
authorUwe Schindler <thetaphi@php.net>
Sat, 1 Nov 2003 12:50:48 +0000 (12:50 +0000)
committerUwe Schindler <thetaphi@php.net>
Sat, 1 Nov 2003 12:50:48 +0000 (12:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4f95eb9f154848996f27315f9b4886d0b12912ce..34f93af372b091f9b148606794222b3bded8b76f 100644 (file)
--- 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)