From: Ralf Lang Date: Fri, 28 Jun 2013 06:38:34 +0000 (+0200) Subject: ws X-Git-Tag: php-5.6.0alpha1~326^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de3527002ae7e81d78cf535d810724b790cd5765;p=php ws --- 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;