From: Michael Wallner Date: Wed, 6 Nov 2013 15:10:19 +0000 (+0100) Subject: support sub dirs X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=df8a4af106ea7a1f64eb2f0d99883b6e182e720b;p=mdref%2Fmdref-http support sub dirs --- 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"