php-src/sapi/isapi
Ben Mansell 12537e9787 @ Support Zeus 3.3.8
Added changes to environment variable manipulations, to support Zeus 3.3.8
and increase compatibility between Zeus/IIS/Apache. Now, URLs like
http://foo.org/file.php/a/b/c/d work correctly.
# While testing, it looks like IIS+ISAPI is mishandling URLs like the above.
# The PATH_TRANSLATED given by ISAPI includes the /a/b/c/d bit of the URL,
# so using this var to find the script file to open on disk will not work.
# We now use SCRIPT_FILENAME if it is present (in Zeus 3.3.8)
# IIS doesn't seem to set this variable, it might be necessary to mangle
# SCRIPT_NAME and APPL_PHYSICAL_PATH together?
2001-01-16 10:44:52 +00:00
..
stresstest Fix output dir 2001-01-15 15:16:30 +00:00
config.m4 Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE. 2000-06-08 06:14:58 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
php4isapi.c @ Support Zeus 3.3.8 2001-01-16 10:44:52 +00:00
php4isapi.def Generalized server-API build process on UNIX. Each SAPI 1999-09-27 16:34:28 +00:00
php4isapi.dsp Add Release_TSDbg support. This mode compiles PHP with the release C runtime, 2000-12-26 22:15:32 +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