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

diff --git a/NEWS b/NEWS
index 737c56b8e0b7678637cf28fad0a9d628fd0302f5..6cc4f9f7bac2ce4b4017cfa03b75d10c8c544576 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.7-dev
+- 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)
+- added an additional parameter to dotnet_load to specify the codepage (phanto)
 - Added --enable-memory-usage-info. This creates a new Apache 1.x logging
   directive "{mod_php_memory_usage}n" which will log the peak amount of
   memory used by the script. (Thies)