From: Edin Kadribasic Date: Thu, 24 Jan 2002 17:54:45 +0000 (+0000) Subject: Made entry more consistent. X-Git-Tag: PRE_ISSET_PATCH~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=859e7b79bd0ea7dfb621c34e3211ec68d673888e;p=php Made entry more consistent. --- diff --git a/NEWS b/NEWS index 108f42c2b1..9f616b2496 100644 --- a/NEWS +++ b/NEWS @@ -105,7 +105,7 @@ PHP 4 NEWS - Have rand() and mt_rand() seed automatically if srand() or mt_srand() has not been called. (Sterling) - Added array_change_key_case() function that returns array with - with all string keys lowercased or uppercased. (EdinK) + with all string keys lowercased or uppercased. (Edin) - Added parameter to ircg_pconnect to suppress treating non-fatal errors as fatal, and added conversion of Windows quotes to ". (Sascha) - Added pcntl_exec() function which behaves similar to the system execve.