From: Yasuo Ohgaki Date: Wed, 24 Apr 2002 06:34:50 +0000 (+0000) Subject: Added NEWS for recent multibyte related fixes. X-Git-Tag: php-4.2.1RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00f74e44b34abdf01c1f96baba904995aaca0d7c;p=php Added NEWS for recent multibyte related fixes. --- diff --git a/NEWS b/NEWS index 9a8fb2fe20..fd56e76926 100644 --- 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)