summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorandy wharmby <wharmby@php.net>2007-02-02 12:00:48 +0000
committerandy wharmby <wharmby@php.net>2007-02-02 12:00:48 +0000
commit2d09ecfe7663b62ada6d27d4295c097f958e253d (patch)
tree173b6fb5d39bc919883cf85bc771d03d6b4fbcd2 /NEWS
parentafe43f7794a92c8e78d9e1329ff6b80ac62baa6c (diff)
downloadphp-git-2d09ecfe7663b62ada6d27d4295c097f958e253d.tar.gz
Update NEWS for ealier bug fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7aef9bdf41..87a2beb49f 100644
--- a/NEWS
+++ b/NEWS
@@ -57,4 +57,8 @@ PHP NEWS
- Added shm_has_var() function. (Mike)
- Added str_getcsv() function. (Sara)
- Added ext/hash support to ext/session's ID generator. (Sara)
+- Fixed bug #34564 (COM extension not returning modified "out" argument) (Andy)
+- Fixed bug #37927 (Prevent trap when COM extension processes argument of type
+ VT_DISPATCH|VT_REF) (Andy)
+