From: Date: Sat, 9 Dec 2000 02:09:15 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~955 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27b2c2921022cf307265cf9ca3aa3f7293162e0e;p=php NEWS update --- diff --git a/NEWS b/NEWS index bcec7be603..378f8b07f4 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