]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Tue, 15 May 2001 01:09:54 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Tue, 15 May 2001 01:09:54 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index cdd3c1e8029a654c2f5e34d622d2e2da5d9d2541..29d0228f6a57992c7cfeaf25d8f991b63e78b76c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,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.
+- Fixed a bug in call_user_*() functions that would not allow calling
 - 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)