summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-05-14 01:09:12 +0000
committer <changelog@php.net>2001-05-14 01:09:12 +0000
commit1544a77b72e0958d5879f991e3acb94ad8d962c6 (patch)
tree4523c5f543e97228676dd41a238e9495a787a001
parentcadfdacca8bc48023d6ee48cf39db7ac7fc751de (diff)
downloadphp-git-1544a77b72e0958d5879f991e3acb94ad8d962c6.tar.gz
NEWS update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 737c56b8e0..6cc4f9f7ba 100644
--- 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)