From: Date: Wed, 12 Jul 2000 01:09:05 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=789897eb663349b1b2682738e615561a1cbe2a7f;p=php NEWS update --- diff --git a/NEWS b/NEWS index 225fe15be6..3df43827e5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.2 +- Improved array_multisort() to be able to specify sort type as well sort + order. Incidentally, it can be used to sort multi-dimensional arrays + as well. (Andrei) +- Fixed a possible data corruption in case of a huge amount of aborted requests (Zeev) - Apache module would sometimes close a wrong file-descriptor. (Sascha) - Fixed use of alternative storage handlers in the session module. (Sascha) - Updated str_pad() to be able to pad on left/right/both sides. (Andrei)