summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-04-30 14:31:33 +0000
committerHarald Radi <phanto@php.net>2002-04-30 14:31:33 +0000
commit9d650c093a5102a1e1b6eafd04e5f11009fdab59 (patch)
treecaf299b53e337784d191f7cadba1c5113fb040ac /NEWS
parentaff6d565f485dbbd3229f3058fc57475a0a38950 (diff)
downloadphp-git-9d650c093a5102a1e1b6eafd04e5f11009fdab59.tar.gz
# fooblah
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73de110a98..a0d29e45a7 100644
--- 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 !!!