]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 6 Oct 2001 00:10:52 +0000 (00:10 +0000)
committer <changelog@php.net> <>
Sat, 6 Oct 2001 00:10:52 +0000 (00:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f8a716484268137e64eb53560d31285f1e1b9a7d..9a53b71a8f719de5744754951b276bc59eb9458d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.8-dev
+- Added array_change_key_case() function that returns array with
+  with all string keys lowercased or uppercased (EdinK)
 - Added parameter to ircg_pconnect to suppress treating non-fatal errors
   as fatal, and added conversion of Windows quotes to &quot; (Sascha)
 - Added new function pcntl_exec, which behaves similar to execve.