summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-12-16 02:09:23 +0000
committer <changelog@php.net>2000-12-16 02:09:23 +0000
commitc01d3612e9e04d16d361ae26c9807cd1587e338e (patch)
tree21919ef71da0acbf75338783688e12832ea4c910
parenta472edb99bde1fe32377e2a6964d83a8283e38f8 (diff)
downloadphp-git-c01d3612e9e04d16d361ae26c9807cd1587e338e.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b7bae1303e..92d4212a0e 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 <walter@sys-net.it>