php-src/sapi/apache
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
..
apMakefile.libdir Moving apMakefile.{libdir,tmpl} to sapi/apache directory. 1999-11-18 14:21:50 +00:00
apMakefile.tmpl Moving apMakefile.{libdir,tmpl} to sapi/apache directory. 1999-11-18 14:21:50 +00:00
config.m4 Fix wording (not "to apxs", but "of apxs"). 2000-05-15 16:43:44 +00:00
libphp4.module.in Never use Apache regex stuff 2000-02-12 14:48:09 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
mod_php4.c @ Changed the Apache handler's return status to 'Declined' when a requested 2000-05-26 18:43:09 +00:00
mod_php4.exp Generalized server-API build process on UNIX. Each SAPI 1999-09-27 16:34:28 +00:00
mod_php4.h Update the license with the new clause 6 2000-05-18 15:34:45 +00:00
php4apache.dsp - Allow all functions that receive user-defined function callbacks to accept 2000-06-03 04:16:46 +00:00
php_apache_http.h SAPIfication, Episode VI: Return of the SAPI 2000-02-10 19:41:21 +00:00
php_apache.c Update the license with the new clause 6 2000-05-18 15:34:45 +00:00
php.sym --enable-versioning can now be used with CGI/AOLserver as well. Note that 1999-11-20 19:00:17 +00:00
sapi_apache.c Update the license with the new clause 6 2000-05-18 15:34:45 +00:00