php-src/sapi/isapi
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 Fixed check for Zeus under Solaris (/bin/sh doesn't understand '!') 2000-05-22 14:39:33 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
php4isapi.c Update the license with the new clause 6 2000-05-18 15:34:45 +00:00
php4isapi.def Generalized server-API build process on UNIX. Each SAPI 1999-09-27 16:34:28 +00:00
php4isapi.dsp - Allow all functions that receive user-defined function callbacks to accept 2000-06-03 04:16:46 +00:00
php.sym the Zeus-Guys were nice enoug to give us a call similar to DllMain()! 1999-11-30 06:49:00 +00:00
PWS-php4.reg - Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms 2000-02-18 17:59:44 +00:00