summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreeze <reeze.xia@gmail.com>2012-03-31 01:04:38 +0800
committerDavid Soria Parra <dsp@php.net>2012-03-31 09:34:08 +0200
commitff8be9845f14a8156e7551033c2e98dad459f6fd (patch)
tree9c9c9c8e71f2d933cdfe8f4d39564d58c28cc7db
parent132d7113ead1cd7e8506075fb5528cdfac09b304 (diff)
downloadphp-git-ff8be9845f14a8156e7551033c2e98dad459f6fd.tar.gz
Cleanup Safe Mode related comment in SG(request_info)
-rw-r--r--main/SAPI.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 61449f90f3..9a063d396a 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -105,7 +105,6 @@ typedef struct {
/* this is necessary for the CGI SAPI module */
char *argv0;
- /* this is necessary for Safe Mode */
char *current_user;
int current_user_length;