From c012528fe1cc1b4a3237e0ed327b9bc054686cee Mon Sep 17 00:00:00 2001 From: Date: Sun, 4 Jun 2000 02:15:13 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7681aafc4b0..e1024e53bae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2000-06-03 Zeev Suraski + + * NEWS: *** empty log message *** + + * NEWS: news update + + * ext/standard/array.c + ext/standard/basic_functions.c + sapi/apache/php4apache.dsp + sapi/isapi/php4isapi.dsp + sapi/nsapi/php4nsapi.dsp + NEWS + TODO + ext/mysql/libmysql/libmysql.dsp + php4dllts.dsp + php4ts.dsp: + - Allow all functions that receive user-defined function callbacks to accept + an array that contains an object and a method name, in place of a function + name, e.g. usort($array, array($obj, "ObjSort")) + (I checked the code in array.c and basic_functions.c, other code which uses + call_user_function() may still force the function_name argument to be of type + IS_STRING, which prevents this feature from working - and is no longer necessary) + + * ext/standard/info.c + TODO + main.c + php_ini.c + php_ini.h: - Make the INI entries sorted in phpinfo() + 2000-06-02 Andi Gutmans * NEWS: - Update NEWS so that this is documented