diff --git a/NEWS b/NEWS index bcec7be6036..378f8b07f42 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.5 +- 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 - Made ldap_get_entries() return an array even if there are no entries - Empty entry. Enjoy