]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 4 Jun 2000 02:15:13 +0000 (02:15 +0000)
committer <changelog@php.net> <>
Sun, 4 Jun 2000 02:15:13 +0000 (02:15 +0000)
ChangeLog

index 7681aafc4b0b9d8ed92f4c9ea0c992b03720567e..e1024e53bae5a3767e542f4aac91dffcc1c87f51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2000-06-03  Zeev Suraski  <zeev@php.net>
+
+    * 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  <andi@php.net>
 
     * NEWS: - Update NEWS so that this is documented