]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 19 Feb 2001 02:09:16 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Mon, 19 Feb 2001 02:09:16 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8aa8f1061b7e8190ee59bcf89c6f398c3287fec2..e731e7f4987f18c2126b67767b8230bd81513fff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.5
+- Added new object VARIANT() to encapsulate values for use with
+  the COM and DOTNET module. Therefore it is now possible to pass
+  values by reference, convert php values to extended variant types (currency,
+  date, idispatch, iunknown, ...) and define the codepage that should
+  be used for unicode - conversion.
 - Improved overall speed of IRCG, added URL handling to message scanner (Sascha)
 - Fixed some modules to allow using output-buffering. (Thies)
 - Added the chroot() function (Derick)