]> granicus.if.org Git - php/commitdiff
Added NEWS for recent multibyte related fixes.
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 24 Apr 2002 06:34:50 +0000 (06:34 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 24 Apr 2002 06:34:50 +0000 (06:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9a8fb2fe2001c1e9cfd23f053ec1ecad8a29b9d1..fd56e76926c5ec1947b03c674d6f06e303ebd3e1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 xx xxx 2002, Version 4.2.1
+- Fixed SJIS directory name handling under Windows. (Rui)
+- Fixed empty mb_output_handler() output when Content-Type is specified. (Yasuo) 
 - Fixed the false logic in ext/session which made SID constant not to be
   defined when cookies are disabled. (Sascha)
 - Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)