]> granicus.if.org Git - php/commitdiff
# fooblah
authorHarald Radi <phanto@php.net>
Tue, 30 Apr 2002 14:31:33 +0000 (14:31 +0000)
committerHarald Radi <phanto@php.net>
Tue, 30 Apr 2002 14:31:33 +0000 (14:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 73de110a98e2b48f1c2bec2a0655aab933a57e55..a0d29e45a780d582fcfa7c460c3e74dbd679cb85 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,12 @@ PHP 4                                                                      NEWS
 - Fixed the false logic in ext/session which made SID constant not to be
   defined when cookies are disabled. (Sascha)
 - Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)
+- Fixed possible NULL-pointer dereferencing in the COM extension which
+  caused 'Error in php_OLECHAR_to_char()' warnings on various places.
+  Also modified the API to consistently return NULL in case of an error.
+  (Alan, Harald)
+- Fixed a bug in the COM extension that caused outproc servers to 'hang'
+  because of a missing Release() call. (Alan, Harald)
 
 22 Apr 2002, Version 4.2.0
 - ATTENTION!! register_globals defaults to 'off' now !!!