From: Date: Sat, 6 Oct 2001 00:10:52 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_PARAMETER_PARSING_API~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f46dbef8108b6db740da41005aab5406502a76f5;p=php NEWS update --- diff --git a/NEWS b/NEWS index f8a7164842..9a53b71a8f 100644 --- 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 " (Sascha) - Added new function pcntl_exec, which behaves similar to execve.