mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
12537e9787
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? |
||
---|---|---|
.. | ||
stresstest | ||
config.m4 | ||
CREDITS | ||
Makefile.in | ||
php4isapi.c | ||
php4isapi.def | ||
php4isapi.dsp | ||
php.sym |