php-doc-en/reference/tcpwrap/configure.xml

51 lines
1.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<section xml:id="tcpwrap.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
Tcpwrap is currently available through PECL
<link xlink:href="&url.pecl.package;tcpwrap">&url.pecl.package;tcpwrap</link>.
</para>
<para>
If <link xlink:href="&url.pecl;">PECL</link> is available on your system
you can use the pecl installer to install the tcpwrap extension, by the
following command: <command>pecl install tcpwrap</command>.
</para>
<para>
You can always download the <filename>tar.gz</filename> package and install tcpwrap by hand:
<example>
<title>tcpwrap install by hand</title>
<programlisting role="shell">
<![CDATA[
gunzip tcpwrap-xxx.tgz
tar -xvf tcpwrap-xxx.tar
cd tcpwrap-xxx
phpize
./configure && make && make install
]]>
</programlisting>
</example>
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->