X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_url_api.c;h=ccee5b3bf7817a249371c0cedf787c0624d5c2af;hp=10a9095449bb96b592800dbe82444200b11835db;hb=229730a74c2686bdf501528cbe44a9421ccca61a;hpb=0d925a2820b9d75b8e32c451fd400863e51e22fe diff --git a/http_url_api.c b/http_url_api.c index 10a9095..ccee5b3 100644 --- a/http_url_api.c +++ b/http_url_api.c @@ -218,7 +218,8 @@ PHP_HTTP_API STATUS _http_urlencode_hash_implementation_ex( zval *type TSRMLS_DC) { char *key = NULL, *ekey, *newprefix, *p; - int arg_sep_len, key_len, ekey_len, key_type, newprefix_len; + int arg_sep_len, ekey_len, key_type, newprefix_len; + uint key_len; ulong idx; zval **zdata = NULL, *copyzval;