From: foobar Date: Wed, 15 May 2002 12:38:31 +0000 (+0000) Subject: Cleanup X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25f6f239a2358ed6a5adbf914f303e10c7535ed1;p=php Cleanup --- diff --git a/NEWS b/NEWS index 7ba480340c..d6a15fcc81 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,12 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 -- Added experimental support for Simplified Chinese, Traditional - Chinese and Korean encoding in mbstring. (Rui) -- Win32 mail() supports parsing 'From:' field from header (msisolak@yahoo.com, Markus). -- Improve IMAP performance when dealing with large mailboxes. -- Minor fix to rmdir() under safe-mode (Rasmus) +- Added experimental support for Simplified Chinese, Traditional Chinese and + Korean encoding in mbstring. (Rui) +- Win32 mail() supports parsing 'From:' field from header. + (msisolak@yahoo.com, Markus). +- Improved IMAP performance when dealing with large mailboxes. + Submitted by: Rob Siemborski (Jon) - Added optional 5th parameter to domxml_xslt_process(). When set, profiling information is saved to the specified file. (chregu) - Added MD5 support for crypt() on Windows. (Edin)