X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_message_api.c;h=b1194645ecc87caae8d33ab0f68e866e7fb1d0be;hb=0ac87717530843df93ca94ffa8c3fd8935f346cb;hp=47cd1ddd2bf28d3b5d3e33fa28338f6e944d7f7d;hpb=781c90c0447166dd52ef881ae15751fa466c32fb;p=m6w6%2Fext-http diff --git a/http_message_api.c b/http_message_api.c index 47cd1dd..b119464 100644 --- a/http_message_api.c +++ b/http_message_api.c @@ -18,8 +18,8 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif - #include "php.h" + #include "php_http.h" #include "php_http_std_defs.h" #include "php_http_api.h" @@ -190,7 +190,7 @@ PHP_HTTP_API http_message *_http_message_parse_ex(http_message *msg, const char zval *len; char *tmp; - spprintf(&tmp, 0, "%lu", decoded_len); + spprintf(&tmp, 0, "%lu", (ulong) decoded_len); MAKE_STD_ZVAL(len); ZVAL_STRING(len, tmp, 0);