From 9fa7428cf55a9c2da647f7e33bdc5dce23db9b91 Mon Sep 17 00:00:00 2001 From: Date: Sun, 30 Apr 2000 01:09:06 +0000 Subject: [PATCH] NEWS update --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index a5855e17b65..1fa1cbe0447 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.0 Release +- Updated natural comparison/sorting algorithm by Martin Pool + . (Andrei) - Fixed a crash in array_multisort() that happened when empty arrays were passed to it. (Andrei) - Added substr_count() from Peter Kovacs. (Andrei)