]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 25 Nov 2000 02:09:06 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Sat, 25 Nov 2000 02:09:06 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a95361e431676f5098b71880349b93294a8ee7b4..085c71164aab3d1516fd1bab5fdb95dea131cb64 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.4
+- Added the call_user_func_array() function which gives you the ability to
+  call a user function by passing an array of parameters as the second
+  argument.
+  Added the constant() function which returns the value of a constant given
+  the constant's name.
 - Implemented support for Perl-style matching regexp delimiters in PCRE.
   You can use <{[( and )]}> to delimit your expressions now. (Andrei)
 - Introduced new 'F' modifier in PCRE that lets you specify a function