diff options
author | Ben Mansell <joosters@php.net> | 2000-08-18 14:18:57 +0000 |
---|---|---|
committer | Ben Mansell <joosters@php.net> | 2000-08-18 14:18:57 +0000 |
commit | ea98567404584be93ffff4a74a619e16501650ac (patch) | |
tree | 55b9e3bc1d48da6304f9bdbd6cf66985981a2243 /sapi/isapi | |
parent | 382dd4a394c7d98c2dc538fdd3b10e9fa6164c25 (diff) | |
download | php-git-ea98567404584be93ffff4a74a619e16501650ac.tar.gz |
REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP
Diffstat (limited to 'sapi/isapi')
-rw-r--r-- | sapi/isapi/php4isapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index fdf99c5a8b..5cc2ba0019 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -86,6 +86,7 @@ static char *isapi_server_variables[] = { "REMOTE_HOST", "REMOTE_USER", "REQUEST_METHOD", + "REQUEST_URI", "SCRIPT_NAME", "SERVER_NAME", "SERVER_PORT", |