reference/xattr/configure.xml
96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26
...
...
@@ -1,30 +1,13 @@
1
-
<?xml version="1.0" encoding="iso-8859-1"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<section xml:id="xattr.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
5
<para>
6
-
xattr is currently available through PECL
6
+
&pecl.info;
7
7
<link xlink:href="&url.pecl.package;xattr">&url.pecl.package;xattr</link>.
8
8
</para>
9
9
<para>
10
-
If <link xlink:href="&url.php.pear;">PEAR</link> is available on your *nix-like
11
-
system you can use the pear installer to install the xattr extension, by the
12
-
following command: <command>pear -v install xattr</command>.
13
-
</para>
14
-
<para>
15
-
You can always download the tar.gz package and install xattr by hand:
16
-
<example>
17
-
<title>xattr install by hand</title>
18
-
<programlisting role="shell">
19
-
<![CDATA[
20
-
gunzip xattr-xxx.tgz
21
-
tar -xvf xattr-xxx.tar
22
-
cd xattr-xxx
23
-
phpize
24
-
./configure && make && make install
25
-
]]>
26
-
</programlisting>
27
-
</example>
10
+
&pecl.windows.download;
28
11
</para>
29
12
</section>
30
13

31
14