From: Holger Zimmermann Date: Tue, 23 Jul 2002 17:12:54 +0000 (+0000) Subject: Removed some outdated lines from init_request_info(). X-Git-Tag: dev~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2771e6d4f6dcf9eee2e96bb404ba1d3872f67f74;p=php Removed some outdated lines from init_request_info(). --- diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 83fe5fdef7..e89009b15f 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -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;