mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f1fa41c650
commit
b58abf6da4
1 changed files with 3 additions and 3 deletions
|
@ -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 >= 1.0.x.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue