]> granicus.if.org Git - php/commitdiff
ws
authorRalf Lang <lang@b1-systems.de>
Fri, 28 Jun 2013 06:38:34 +0000 (08:38 +0200)
committerMichael Wallner <mike@php.net>
Tue, 6 Aug 2013 20:51:57 +0000 (22:51 +0200)
main/rfc1867.c

index 78a7ad27946b05abf00172c056379d64c9c07e6c..452b6a332fd2c8f95d65d1c39944bd75750388b5 100644 (file)
@@ -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;