From 58e1d9ddd6f8991107b647fb02ab391a4d45b340 Mon Sep 17 00:00:00 2001 From: Date: Sun, 16 Apr 2000 01:09:12 +0000 Subject: [PATCH] NEWS update --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 3ae6eeecf13..2161756d202 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.0 Release +- Fix bug in number_format (Jon Forsberg) - Make error_prepend_string and error_append_string work - array_walk() now automatically resets the array. (Andrei) - Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(),