1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00

NEWS update

This commit is contained in:
2000-12-16 02:09:23 +00:00
parent a472edb99b
commit c01d3612e9

2
NEWS
View File

@@ -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>