X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=cbb487f132798457507f130277d8882b743d01dc;hb=63e6b23a0f7f61a169bddd5b80d4d8114a147deb;hp=d9cefaf87b9cf2e61550d625bfb007d12c414079;hpb=4ef2f9e39c8d7c9dc605fb062a50d8a73b52c02a;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index d9cefaf..cbb487f 100644 --- a/http_functions.c +++ b/http_functions.c @@ -1604,11 +1604,11 @@ PHP_FUNCTION(http_uncompress) * and HTTP requests can be issued * - HTTP_SUPPORT_SSLREQUESTS: whether libcurl was linked against openssl, * and SSL requests can be issued - * - HTTP_SUPPORT_ENCOGINS: whether ext/http was linked against zlib, + * - HTTP_SUPPORT_ENCODINGS: whether ext/http was linked against zlib, * and compressed HTTP responses can be decoded - * - HTTP_SUPPORTS_MHASHETAGS: whether ext/http was linked against libhmash, + * - HTTP_SUPPORT_MHASHETAGS: whether ext/http was linked against libmhash, * and ETags can be generated with the available mhash algorithms - * - HTTP_SUPPORTS_MAGICMIME: whether ext/http was linked against libmagic, + * - HTTP_SUPPORT_MAGICMIME: whether ext/http was linked against libmagic, * and the HttpResponse::guessContentType() method is usable * * Returns int, whether requested feature is supported, or a bitmask with