summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-02-26 02:09:11 +0000
committer <changelog@php.net>2001-02-26 02:09:11 +0000
commitf812a8a77e22d49123c7e03b0653608583745dcb (patch)
tree86f319db5ac9dd80b608dcd66a2fe7768036b476
parent7513a2f9723b03665793f82e49e83ab52e2160e8 (diff)
downloadphp-git-f812a8a77e22d49123c7e03b0653608583745dcb.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b99a5268aa..4e2fd0bfdb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.5
+- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via
+ c-client2000
- Upgraded PCRE to version 3.4. (Andrei)
- Added array_search which works similar to in_array but returns
the key instead of a boolean. (jason@php.net)