From df8a4af106ea7a1f64eb2f0d99883b6e182e720b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 6 Nov 2013 16:10:19 +0100 Subject: [PATCH] support sub dirs --- http.md | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.30.2