php-src/sapi/nsapi
Zeev Suraski 5673378ea6 - 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)
2000-06-03 04:16:46 +00:00
..
config.m4 The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI 2000-05-31 13:15:58 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
nsapi-readme.txt Altered NSAPI autoconf to check for location of include files automatically, tested for Netscape 3.x and iPlanet 4.x. 2000-05-30 13:20:18 +00:00
nsapi.c Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC. 2000-05-31 14:20:57 +00:00
php4nsapi.dsp - Allow all functions that receive user-defined function callbacks to accept 2000-06-03 04:16:46 +00:00