diff options
-rw-r--r-- | NEWS | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 <alan_k@hklc.com> 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) |