diff options
Diffstat (limited to 'main/SAPI.h')
| -rw-r--r-- | main/SAPI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index d1cef23f7b..da2894e742 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -64,7 +64,7 @@ typedef struct { char *query_string; char *post_data; char *cookie_data; - uint content_length; + long content_length; uint post_data_length; char *path_translated; @@ -101,6 +101,7 @@ typedef struct { char *default_mimetype; char *default_charset; HashTable *rfc1867_uploaded_files; + long post_max_size; } sapi_globals_struct; |
