]> granicus.if.org Git - php/commitdiff
Fix up a couple of entires.
authorAndrei Zmievski <andrei@php.net>
Tue, 15 May 2001 13:02:06 +0000 (13:02 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 15 May 2001 13:02:06 +0000 (13:02 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 29d0228f6a57992c7cfeaf25d8f991b63e78b76c..a6546584c89e90e72450a0dc88b4c90f4cbc3583 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,9 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.7-dev
 - Fix for bug 2181. Now zero is returned instead of an unset value for
-  7-bit encoding and plain text body type.
+  7-bit encoding and plain text body type. (Vlad)
 - Fixed a bug in call_user_*() functions that would not allow calling
+  functions/methods that accepted parameters by reference. (Andrei)
 - Added com_release($obj) and com_addref($obj) functions and the related class
   members $obj->Release() and $obj->AddRef() to gain more control over the used
   COM components. (phanto)