From: Date: Mon, 19 Feb 2001 02:09:16 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5941ae891b530591556c31f0a36ae55d598c7258;p=php NEWS update --- diff --git a/NEWS b/NEWS index 8aa8f1061b..e731e7f498 100644 --- 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)