support sub dirs
authorMichael Wallner <mike@php.net>
Wed, 6 Nov 2013 15:10:19 +0000 (16:10 +0100)
committerMichael Wallner <mike@php.net>
Wed, 6 Nov 2013 15:10:19 +0000 (16:10 +0100)
http.md

diff --git a/http.md b/http.md
index bf651e2003b9de25efad5113eab990764002e2d1..a2d427b816702d57235aa9133b08d4ad24970373 100644 (file)
--- 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 (<http://pecl.php.net>) and can be installed eith PEAR's pecl command:
+
+    # pecl install pecl_http
+
 ## INI Directives:
 
 * http.etag.mode = "crc32b"