From: Date: Sat, 3 Mar 2001 02:09:30 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d7148531f6c4f0d85e588e11885f4bce2353e6b;p=php NEWS update --- diff --git a/NEWS b/NEWS index 15b75072d2..97a71fe93c 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Forced call_user_method() and call_user_method_array() to take the + object argument by reference. (Andrei) +- Fixed binding of ROWIDs in OCI8. (Thies) - Added PEAR/Cache as a generic Caching System. (Sebastian, PEAR/Cache) - IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via c-client2000 (kalowsky)