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:
Daniel Beckham 2001-05-30 15:36:06 +00:00
parent 6a436668d8
commit 6b154df9b1

View file

@ -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 &gt;= 0.10.6). DIR is
the ZZIPlib install directory, defaults to /usr/local.
PHP 4: Include zip support (requires zziplib &gt;= 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>