From: Ilia Alshanetsky Date: Wed, 19 Jan 2011 13:09:05 +0000 (+0000) Subject: Win32 build fix X-Git-Tag: php-5.3.6RC1~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0c1332537a1a96383c66892d76be0941a2b188c;p=php Win32 build fix --- diff --git a/main/rfc1867.c b/main/rfc1867.c index f2e0c3b7cf..4a0900b0f4 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -989,8 +989,8 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */ /* New Rule: never repair potential malicious user input */ if (!skip_upload) { - tmp = param; long c = 0; + tmp = param; while (*tmp) { if (*tmp == '[') {