]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 12 Jul 2000 01:09:05 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Wed, 12 Jul 2000 01:09:05 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 225fe15be608810f3b197503aa466b1e340a2bcd..3df43827e526c02f966f85207e2062d34292d7ea 100644 (file)
--- 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)