From: Andrei Zmievski Date: Thu, 6 Sep 2001 14:03:59 +0000 (+0000) Subject: Clean-up NEWS. X-Git-Tag: PRE_SUBST_Z_MACROS~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12eef9d6d61f30338dc6f03caef723e75a1176ff;p=php Clean-up NEWS. --- diff --git a/NEWS b/NEWS index 3eaafbb8d2..350b98e58c 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,16 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.8-dev -- Fix for LONG_VARCHAR type crashing submitted by Walter Franzini (walter@sys-net.it) -- Simplified use of rand() functions. Now you do not need to use srand() - anymore, nor mt_rand(). See the manual for more details (Jeroen) +- Fix for LONG_VARCHAR type crashing submitted by Walter Franzini. + (walter@sys-net.it) - Made in_array() and search_array() allow the needle to be an array in itself. (Andrei) - Added ini_get_all() function which returns all registered ini entries or entries for the specified extension. (Jani) - Added mailparse_uudecode_all() which extracts all uuencoded attachments -- Add support for chinese encodings to htmlentities() and htmlspecialchars() +- Add support for chinese encodings to htmlentities() and htmlspecialchars(). (Patch by Alan Knowles and Wez) -- Improved support for autoconf-2.50+/libtool 1.4b+ (Jan Kneschke, Sascha) +- Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha) ?? ??? 200?, Version 4.0.7 - Better Interbase blob, null and error handling (Patch by Jeremy Bettis)