mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
changed zip option to reflect new changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48883 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6a436668d8
commit
6b154df9b1
1 changed files with 5 additions and 5 deletions
|
@ -2287,17 +2287,17 @@ $ php4-enable
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.with-zziplib">
|
||||
<varlistentry id="install.configure.with-zip">
|
||||
<term>
|
||||
<parameter>--with-zziplib[=DIR]</parameter>
|
||||
<parameter>--with-zip[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 4: Include ZZIPlib support (requires ZZIPlib >= 0.10.6). DIR is
|
||||
the ZZIPlib install directory, defaults to /usr/local.
|
||||
PHP 4: Include zip support (requires zziplib >= 0.10.6). DIR is
|
||||
the zziplib install directory, defaults to /usr/local.
|
||||
</para>
|
||||
<para>
|
||||
The latest version of ZZIPlib can be found at <ulink
|
||||
The latest version of zziplib can be found at <ulink
|
||||
url="&url.zziplib;">&url.zziplib;</ulink>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue