From: Date: Mon, 26 Feb 2001 02:09:11 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f812a8a77e22d49123c7e03b0653608583745dcb;p=php NEWS update --- 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)