1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00

REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP

This commit is contained in:
Ben Mansell
2000-08-18 14:18:57 +00:00
parent 382dd4a394
commit ea98567404
+1
View File
@@ -86,6 +86,7 @@ static char *isapi_server_variables[] = {
"REMOTE_HOST",
"REMOTE_USER",
"REQUEST_METHOD",
"REQUEST_URI",
"SCRIPT_NAME",
"SERVER_NAME",
"SERVER_PORT",