mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
zziplib typo and corrected some bzip2 stuff (it indicated that bzip2 was supported by PHP 3 when it's not...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47998 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cf6f33bd6a
commit
f1fa41c650
1 changed files with 4 additions and 4 deletions
|
@ -2236,13 +2236,13 @@ $ php4-enable
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.with-bzip2-dir">
|
||||
<varlistentry id="install.configure.with-bzip2">
|
||||
<term>
|
||||
<parameter>--with-bz2[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 3, PHP 4: Include support bzip2. DIR
|
||||
PHP 4: Include support bzip2. DIR
|
||||
is the bzip2 install dir.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -2274,9 +2274,9 @@ $ php4-enable
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.with-zzlib">
|
||||
<varlistentry id="install.configure.with-zziplib">
|
||||
<term>
|
||||
<parameter>--with-zzlib[=DIR]</parameter>
|
||||
<parameter>--with-zziplib[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue