summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-10-06 00:10:52 +0000
committer <changelog@php.net>2001-10-06 00:10:52 +0000
commitf46dbef8108b6db740da41005aab5406502a76f5 (patch)
treee640eebf850a55dcad09848255fddb99b4793f66
parent9ce638248d3dbf9a6c9deb2c0350aa656e219483 (diff)
downloadphp-git-f46dbef8108b6db740da41005aab5406502a76f5.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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 &quot; (Sascha)
- Added new function pcntl_exec, which behaves similar to execve.