X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_methods.c;h=c18e5aec630aa7603f5e678ab23296862ed82b81;hp=efc1cf73469d7515f6e6a2d5273cff3f15791e44;hb=e47ee304be6758fbbfd238476f8a6bda9090fe12;hpb=18e86b19915dec609896efdb4e969ab73d90cb5b diff --git a/http_methods.c b/http_methods.c index efc1cf7..c18e5ae 100644 --- a/http_methods.c +++ b/http_methods.c @@ -1133,7 +1133,7 @@ PHP_METHOD(HttpRequest, __destruct) PHP_METHOD(HttpRequest, setOptions) { char *key = NULL; - long idx = 0; + ulong idx = 0; zval *opts, *old_opts, **opt; getObject(http_request_object, obj);