X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_headers_api.c;h=8c124cb46214a66d7e112a83482df1f93a872973;hp=96a8b66fb5ea573ec370f49d8cd704cfc0124767;hb=4f8c51464143f79fd4367c386e5108361ce83a42;hpb=2ee2c71823e82571f3441e80b6b13d35f5b0373c diff --git a/http_headers_api.c b/http_headers_api.c index 96a8b66..8c124cb 100644 --- a/http_headers_api.c +++ b/http_headers_api.c @@ -370,7 +370,7 @@ PHP_HTTP_API void _http_parse_headers_default_callback(const char *http_line, Ha PHP_HTTP_API void _http_get_request_headers_ex(HashTable *headers, zend_bool prettify TSRMLS_DC) { char *key = NULL; - long idx = 0; + ulong idx = 0; zval array; Z_ARRVAL(array) = headers;