diff options
Diffstat (limited to 'request_info.h')
-rw-r--r-- | request_info.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/request_info.h b/request_info.h index 2bcbfa7d77..51ff6606d2 100644 --- a/request_info.h +++ b/request_info.h @@ -32,14 +32,9 @@ typedef struct { char *filename; - char *path_info; - const char *request_method; char *script_name; char *current_user; int current_user_length; - unsigned int content_length; - const char *content_type; - const char *cookies; const char *script_filename; char *php_argv0; } php3_request_info; |