Commit:    f978f11e2e599258cdbdc699cfccd5d961eb8c36
Author:    Ralf Lang <l...@b1-systems.de>         Fri, 28 Jun 2013 08:38:34 
+0200
Parents:   da04b2e28c6ccc73bfab542ed4dd5eada343e592
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=f978f11e2e599258cdbdc699cfccd5d961eb8c36

Log:
ws

Changed paths:
  M  main/rfc1867.c


Diff:
diff --git a/main/rfc1867.c b/main/rfc1867.c
index 78a7ad2..452b6a3 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;


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to