From: Date: Sun, 4 Jun 2000 02:15:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c012528fe1cc1b4a3237e0ed327b9bc054686cee;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7681aafc4b..e1024e53ba 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