php-doc-en/reference/http/install.xml
Hannes Magnusson c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00

55 lines
2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<refentry xml:id="http.install" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Installation</refname>
<refpurpose>Installing the HTTP extension</refpurpose>
</refnamediv>
<refsect1 xml:id="http.install.pecl">
&reftitle.install;
<para>
&pecl.moved;
</para>
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;pecl_http">&url.pecl.package;pecl_http</link>.
</para>
<note>
<simpara>The official name of this extension is <emphasis>pecl_http</emphasis>.</simpara>
</note>
<para>
&pecl.windows.download;
</para>
</refsect1>
<refsect1 xml:id="http.requirements.windows">
<title>Installation requirements on Windows</title>
<para>
In order to be able to load this extension on <emphasis>Windows</emphasis>,
you additionally need to load the following PHP extensions:
<link linkend="ref.hash">hash</link>, <link linkend="ref.iconv">iconv</link>
&listendand; <link linkend="ref.spl">SPL</link>.
</para>
</refsect1>
<refsect1 xml:id="http.requirements">
<title>Installation requirements on other platforms</title>
<para>
The extension must be built with <link xlink:href="&url.curl.lib;">libcurl</link> support
to enable <emphasis>request</emphasis> functionality (<literal>--with-http-curl-requests</literal>).
A library version equal or greater to <emphasis>v7.12.3</emphasis> is required.
</para>
<para>
To enable support for sending and receiving <emphasis>compressed</emphasis>
responses, the extension must be built with <link xlink:href="&url.zlib;">zlib</link> support
(<literal>--with-http-zlib-compression</literal>).
A library version equal or greater than <emphasis>v1.2.2</emphasis> is required.
</para>
<para>
<emphasis>Content type quessing</emphasis> can be enabled by
building this extension with <link xlink:href="&url.libmagic;">libmagic</link> support
(<literal>--with-http-magic-mime</literal>).
</para>
</refsect1>
</refentry>