mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- use entities for urls
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234193 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b80fd05811
commit
0b732bf00f
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="http.install">
|
||||
<refnamediv>
|
||||
<refname>Installation</refname>
|
||||
|
@ -36,19 +36,19 @@
|
|||
<refsect1 id="http.requirements">
|
||||
<title>Installation requirements on other platforms</title>
|
||||
<para>
|
||||
The extension must be built with <ulink url="http://curl.haxx.se/libcurl">libcurl</ulink> support
|
||||
The extension must be built with <ulink url="&url.curl.lib;">libcurl</ulink> 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 <ulink url="http://www.zlib.net/">zlib</ulink> support
|
||||
responses, the extension must be built with <ulink url="&url.zlib;">zlib</ulink> 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 <ulink url="http://sf.net/projects/libmagic">libmagic</ulink> support
|
||||
building this extension with <ulink url="&url.libmagic;">libmagic</ulink> support
|
||||
(<literal>--with-http-magic-mime</literal>).
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue