]> granicus.if.org Git - php/commitdiff
MFH
authorHarald Radi <phanto@php.net>
Fri, 15 Mar 2002 21:03:20 +0000 (21:03 +0000)
committerHarald Radi <phanto@php.net>
Fri, 15 Mar 2002 21:03:20 +0000 (21:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bc3a7346a41d8aabdbec8f884e50a06edbf3eabf..c5072e3ef2687c1ec2de16ad031c56ea61d480c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,8 @@ PHP 4                                                                      NEWS
 - Added debug_zval_dump() which works similarly to var_dump, but displays 
   extra internal information such as refcounts and true type names. (Jason)
 - Added Andrei's tokenizer extension. (Stig)
+- Fixed a bug in the COM extension which caused php to crash in
+  php_COM_get_ids_of_names(). (Paul, Harald)
 - Removed ext/satellite. It is now part of PEAR. (eriksson)
 - Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon 
   separated path (like 'include_path') rather than a single directory.