From: Harald Radi Date: Fri, 15 Mar 2002 21:03:20 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.2.0RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=267192647640f91fa7f796bc9df4d7ec013266f1;p=php MFH --- diff --git a/NEWS b/NEWS index bc3a7346a4..c5072e3ef2 100644 --- 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.