diff options
author | Edin Kadribasic <edink@php.net> | 2002-01-24 17:54:45 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-01-24 17:54:45 +0000 |
commit | 859e7b79bd0ea7dfb621c34e3211ec68d673888e (patch) | |
tree | b18bbccc55d111269feda5f414e5fa3de3630221 | |
parent | ede07e3a84e152d7efde1d421cd93031d89193f7 (diff) | |
download | php-git-859e7b79bd0ea7dfb621c34e3211ec68d673888e.tar.gz |
Made entry more consistent.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |