summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2001-03-03 02:09:30 +0000
committer <changelog@php.net>2001-03-03 02:09:30 +0000
commit9d7148531f6c4f0d85e588e11885f4bce2353e6b (patch)
tree56dbaa77c3bedd659d970c90c5d5fa06cdda23ae /NEWS
parentd1fdea8373eaf07e9f4e9a3d01994fcbe01932d5 (diff)
downloadphp-git-9d7148531f6c4f0d85e588e11885f4bce2353e6b.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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)