2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 09:23:09 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="zip.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2002-12-02 12:55:46 +00:00
|
|
|
&reftitle.install;
|
2007-02-14 18:57:17 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="zip.old.installation">
|
2007-02-15 08:12:20 +00:00
|
|
|
<title>PHP 4</title>
|
2007-02-14 18:57:17 +00:00
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
Zip support before PHP 4.1.0 is experimental.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
|
|
|
|
<warning>
|
|
|
|
<para>
|
2007-02-15 08:12:20 +00:00
|
|
|
Because the PHP 4 zip extension is unmaintained we recommend that the PECL
|
2007-02-14 18:57:17 +00:00
|
|
|
extension is used rather than the bundled one.
|
|
|
|
</para>
|
|
|
|
</warning>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="zip.installation.old.linux">
|
2007-02-14 18:57:17 +00:00
|
|
|
<title>Linux systems</title>
|
2006-08-11 17:27:59 +00:00
|
|
|
<para>
|
|
|
|
In order to use these functions you must compile PHP with zip support
|
|
|
|
by using the <option role="configure">--with-zip[=DIR]</option>
|
2007-06-20 22:25:43 +00:00
|
|
|
configure option, where [DIR] is the prefix of the <link
|
|
|
|
xlink:href="&url.zziplib;">ZZIPlib</link> library install.
|
2006-08-11 17:27:59 +00:00
|
|
|
</para>
|
2007-02-14 18:57:17 +00:00
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="zip.installation.old.windows">
|
2007-02-14 18:57:17 +00:00
|
|
|
<title>Windows</title>
|
2006-08-11 17:27:59 +00:00
|
|
|
<para>
|
2007-02-14 18:57:17 +00:00
|
|
|
Windows users need to enable <filename>php_zip.dll</filename> inside
|
|
|
|
of &php.ini; in order to use these functions.
|
2006-08-11 17:27:59 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="zip.installation.new">
|
2007-02-15 08:12:20 +00:00
|
|
|
<title>PHP 5.2.0 and later</title>
|
2007-02-14 18:57:17 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="zip.installation.new.linux">
|
2007-02-14 18:57:17 +00:00
|
|
|
<title>Linux systems</title>
|
2006-08-11 17:27:59 +00:00
|
|
|
<para>
|
2007-02-14 18:57:17 +00:00
|
|
|
In order to use these functions you must compile PHP with zip support
|
|
|
|
by using the <option role="configure">--enable-zip</option>
|
|
|
|
configure option.
|
2006-08-11 17:27:59 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2007-02-14 18:57:17 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="zip.installation.new.windows">
|
2007-02-14 18:57:17 +00:00
|
|
|
<title>Windows</title>
|
2006-08-11 17:27:59 +00:00
|
|
|
<para>
|
2007-02-14 18:57:17 +00:00
|
|
|
Windows users need to enable <filename>php_zip.dll</filename> inside
|
2006-08-11 17:27:59 +00:00
|
|
|
of &php.ini; in order to use these functions.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
</section>
|
2007-02-14 18:57:17 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="zip.pecl.installation">
|
2007-02-14 18:57:17 +00:00
|
|
|
<title>Installation via PECL</title>
|
|
|
|
<para>
|
|
|
|
&pecl.info;
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="&url.pecl.package;zip">&url.pecl.package;zip</link>.
|
2007-02-14 18:57:17 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&pecl.windows.download;
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&pecl.windows.4;
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2002-12-02 12:55:46 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2002-12-02 12:55:46 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|