X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;fp=http.c;h=e55b35f67e9cec1641194e8af0e010b163186917;hp=f0ffeae62d1648c58c288db26e319cac796eb435;hb=accf1817e811a7edabd687ef6105983f39f13942;hpb=e65e4aef04bbda60b8fb12985afbfaa069de9aee diff --git a/http.c b/http.c index f0ffeae..e55b35f 100644 --- a/http.c +++ b/http.c @@ -445,7 +445,7 @@ PHP_MINFO_FUNCTION(http) phpstr_init(&s); FOREACH_HASH_KEYVAL(pos, ht, key, val) { - phpstr_appendf(&s, "%s (%d), ", key.str, Z_LVAL_PP(val)); + phpstr_appendf(&s, "%s (%ld), ", key.str, Z_LVAL_PP(val)); } zend_hash_destroy(ht); FREE_HASHTABLE(ht);