X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.md;h=a2d427b816702d57235aa9133b08d4ad24970373;hb=d2a94d6c3e639b670960f300f0bc16889ff93cd8;hp=bf651e2003b9de25efad5113eab990764002e2d1;hpb=62de37d8c446969f97b08544af97f557b7efac9a;p=mdref%2Fmdref diff --git a/http.md b/http.md index bf651e2..a2d427b 100644 --- a/http.md +++ b/http.md @@ -13,6 +13,12 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be * Errors triggered by the extension can be configured statically by http\Object::$defaultErrorHandling or inherited http\Object->errorHandling. * The request ecosystem has been modularized to support different libraries, though for the moment only libcurl is supported. +## Installation: + +This extension is hosted at PECL () and can be installed eith PEAR's pecl command: + + # pecl install pecl_http + ## INI Directives: * http.etag.mode = "crc32b"