- warning hunt
[m6w6/ext-http] / http_headers_api.c
index 96a8b66fb5ea573ec370f49d8cd704cfc0124767..8c124cb46214a66d7e112a83482df1f93a872973 100644 (file)
@@ -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;