diff options
author | reeze <reeze.xia@gmail.com> | 2012-03-31 01:04:38 +0800 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2012-03-31 09:34:08 +0200 |
commit | ff8be9845f14a8156e7551033c2e98dad459f6fd (patch) | |
tree | 9c9c9c8e71f2d933cdfe8f4d39564d58c28cc7db | |
parent | 132d7113ead1cd7e8506075fb5528cdfac09b304 (diff) | |
download | php-git-ff8be9845f14a8156e7551033c2e98dad459f6fd.tar.gz |
Cleanup Safe Mode related comment in SG(request_info)
-rw-r--r-- | main/SAPI.h | 1 |
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; |