diff options
author | Andrei Zmievski <andrei@php.net> | 2001-09-06 14:03:59 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-09-06 14:03:59 +0000 |
commit | 12eef9d6d61f30338dc6f03caef723e75a1176ff (patch) | |
tree | e47fb39dc22a47aef05d02ebf97d94591a44c900 | |
parent | 79e6063a5e93d86b2deaf7d4b0baa434ae0246fa (diff) | |
download | php-git-12eef9d6d61f30338dc6f03caef723e75a1176ff.tar.gz |
Clean-up NEWS.
-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) |