summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-12-09 02:09:15 +0000
committer <changelog@php.net>2000-12-09 02:09:15 +0000
commit27b2c2921022cf307265cf9ca3aa3f7293162e0e (patch)
tree18e723cf254a55701a5840c196e9a2d128bff5d0
parent90d65f186592da7157591848006c873bf55648d6 (diff)
downloadphp-git-27b2c2921022cf307265cf9ca3aa3f7293162e0e.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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 <walter@sys-net.it>
- Made ldap_get_entries() return an array even if there are no entries
- Empty entry. Enjoy