summaryrefslogtreecommitdiff
path: root/sapi/pi3web/pi3web_sapi.c
diff options
context:
space:
mode:
authorHolger Zimmermann <holger@php.net>2002-07-23 17:12:54 +0000
committerHolger Zimmermann <holger@php.net>2002-07-23 17:12:54 +0000
commit2771e6d4f6dcf9eee2e96bb404ba1d3872f67f74 (patch)
tree6af27df5e442ade7054b7a901bd0a6d9481eb574 /sapi/pi3web/pi3web_sapi.c
parentdf3589cf88581ff8718e7601bdc0c8c21d50ab3b (diff)
downloadphp-git-2771e6d4f6dcf9eee2e96bb404ba1d3872f67f74.tar.gz
Removed some outdated lines from init_request_info().
Diffstat (limited to 'sapi/pi3web/pi3web_sapi.c')
-rw-r--r--sapi/pi3web/pi3web_sapi.c3
1 files changed, 0 insertions, 3 deletions
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;