From: Moriyoshi Koizumi Date: Sat, 4 Jan 2003 13:45:03 +0000 (+0000) Subject: NEWS update for new iconv functions X-Git-Tag: PHP_5_0_dev_before_13561_fix~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94ad85107c1358454d8cf2071309da3e11b8d1b3;p=php NEWS update for new iconv functions --- diff --git a/NEWS b/NEWS index 254d09ed8a..069b42c264 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 4.4.0 +- Added iconv related functions (Moriyoshi) + . iconv_strlen() + . iconv_substr() + . iconv_mime_decode() + . iconv_mime_encode() - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason to upgrade libmcrypt to a 2.5.x series as the older ones have too much bugs to be safely used with PHP. (Derick)