From 0b732bf00f957f6a8623375ef456eb0d054bac97 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 20 Apr 2007 20:06:25 +0000 Subject: [PATCH] - use entities for urls git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234193 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/install.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/http/install.xml b/reference/http/install.xml index 13f5862ff0..db0881bca8 100644 --- a/reference/http/install.xml +++ b/reference/http/install.xml @@ -1,5 +1,5 @@ - + Installation @@ -36,19 +36,19 @@ Installation requirements on other platforms - The extension must be built with libcurl support + The extension must be built with libcurl support to enable request functionality (--with-http-curl-requests). A library version equal or greater to v7.12.3 is required. To enable support for sending and receiving compressed - responses, the extension must be built with zlib support + responses, the extension must be built with zlib support (--with-http-zlib-compression). A library version equal or greater than v1.2.2 is required. Content type quessing can be enabled by - building this extension with libmagic support + building this extension with libmagic support (--with-http-magic-mime).