From c01d3612e9e04d16d361ae26c9807cd1587e338e Mon Sep 17 00:00:00 2001 From: Date: Sat, 16 Dec 2000 02:09:23 +0000 Subject: [PATCH] NEWS update --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index b7bae1303e2..92d4212a0ed 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Added iconv() function (using libc or libiconv) (Stig) +- Added ODBC_TYPE constant (Stig) - Added the call_user_method_array function which allows you to call a method with an arbitrary number of parameters. (Sterling) - ext/odbc: IBM DB2 patch by Walter Franzini