added a link to the configuration option in install.xml and corrected a minor typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47999 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2001-05-20 22:49:49 +00:00
parent f1fa41c650
commit b58abf6da4

View file

@ -8,9 +8,9 @@
transparently read and write bzip2 (.bz2) compressed files.
</para>
<para>
bzip2 support in PHP is not enabled by default. You will need to
use the <parameter>--with-bz2[=DIR]</parameter> configuration
option when compiling php to enable bzip2 support. This module
Bzip2 support in PHP is not enabled by default. You will need to
use the <link linkend="install.configure.with-bzip2">--with-bz2</link> configuration
option when compiling PHP to enable bzip2 support. This module
requires bzip2/libbzip2 version &gt;= 1.0.x.
</para>