]> granicus.if.org Git - php/commitdiff
Removed some outdated lines from init_request_info().
authorHolger Zimmermann <holger@php.net>
Tue, 23 Jul 2002 17:12:54 +0000 (17:12 +0000)
committerHolger Zimmermann <holger@php.net>
Tue, 23 Jul 2002 17:12:54 +0000 (17:12 +0000)
sapi/pi3web/pi3web_sapi.c

index 83fe5fdef7ebf32510fa2895c7d7a4e2a6a15c5c..e89009b15fbf3192cde5f90fdc04ddc3aad7e2fd 100644 (file)
@@ -278,9 +278,6 @@ static char *sapi_pi3web_read_cookies(TSRMLS_D)
 
 static void init_request_info(LPCONTROL_BLOCK lpCB TSRMLS_DC)
 {
-       char *path_end = strrchr(lpCB->lpszFileName, PHP_DIR_SEPARATOR);
-       if ( path_end ) *path_end = PHP_DIR_SEPARATOR;
-
        SG(server_context) = lpCB;
        SG(request_info).request_method  = lpCB->lpszMethod;
        SG(request_info).query_string    = lpCB->lpszQueryString;