diff options
author | Ralf Lang <lang@b1-systems.de> | 2013-06-28 08:38:34 +0200 |
---|---|---|
committer | Ralf Lang <lang@b1-systems.de> | 2013-06-28 08:38:34 +0200 |
commit | f978f11e2e599258cdbdc699cfccd5d961eb8c36 (patch) | |
tree | 01dc215b95abad117bc92d574f730df062b66b50 | |
parent | da04b2e28c6ccc73bfab542ed4dd5eada343e592 (diff) | |
download | php-git-f978f11e2e599258cdbdc699cfccd5d961eb8c36.tar.gz |
ws
-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; |