File: install.xml

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; awk: 28
file content (51 lines) | stat: -rw-r--r-- 1,820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<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 load the following PHP extensions:
   <!-- TODO package links -->
   <link linkend="ref.hash">hash</link>, iconv, 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 receiving <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>