diff options
author | Ralf Lang <lang@b1-systems.de> | 2013-06-28 08:38:34 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-08-06 22:51:57 +0200 |
commit | de3527002ae7e81d78cf535d810724b790cd5765 (patch) | |
tree | 121f3715d9f1ab61054781454958f5fea9026c8f /main | |
parent | 84f9213e00ae624e789ec0ed8f023c22a557d215 (diff) | |
download | php-git-de3527002ae7e81d78cf535d810724b790cd5765.tar.gz |
ws
Diffstat (limited to 'main')
-rw-r--r-- | main/rfc1867.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c index 78a7ad2794..452b6a332f 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -677,7 +677,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */ char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; char *temp_filename = NULL, *lbuf = NULL, *abuf = NULL; int boundary_len = 0, cancel_upload = 0, is_arr_upload = 0, array_len = 0; - off_t total_bytes = 0, max_file_size = 0; + off_t total_bytes = 0, max_file_size = 0; int skip_upload = 0, anonindex = 0, is_anonymous; zval *http_post_files = NULL; HashTable *uploaded_files = NULL; |