mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-28 14:58:55 +00:00

# previous functions moved as discussed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216966 c90b9560-bf6c-de11-be94-00142212c4b1
50 lines
No EOL
1.8 KiB
XML
50 lines
No EOL
1.8 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<refentry id="http.install">
|
|
<refnamediv>
|
|
<refname>Installation</refname>
|
|
<refpurpose>Installing and configuring the HTTP extension</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 id="http.install.pecl">
|
|
&reftitle.install;
|
|
<para>
|
|
&pecl.moved;
|
|
</para>
|
|
<para>
|
|
&pecl.info;
|
|
<ulink url="&url.pecl.package;pecl_http">&url.pecl.package;pecl_http</ulink>.
|
|
</para>
|
|
<para>
|
|
&pecl.windows.download;
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 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 to load the following PHP extensions:
|
|
<!-- TODO package links -->
|
|
<link linkend="ref.hash">hash</link>, incov, SPL.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 id="http.requirements">
|
|
<title>Installation requirements on other platforms</title>
|
|
<para>
|
|
The extension must be built with <emphasis>libcurl</emphasis> support <!--TODO ext link -->
|
|
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 receiveing <emphasis>compressed</emphasis>
|
|
responses, the extension must be built with <emphasis>zlib</emphasis> support <!-- TODO ext link -->
|
|
(<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 libmagic support (<literal>--with-http-magic-mime</literal>). <!-- TODO ext link -->
|
|
</para>
|
|
</refsect1>
|
|
</refentry> |