mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
68 lines
1.9 KiB
XML
68 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<section xml:id="zip.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
|
|
<section xml:id="zip.installation.new">
|
|
|
|
<section xml:id="zip.installation.new.linux">
|
|
<title>Linux systems</title>
|
|
<para>
|
|
As of PHP 7.4.0, in order to use these functions you must compile PHP with zip support
|
|
by using the <option role="configure">--with-zip</option>
|
|
configure option.
|
|
Previously, zip support had to be enabled by using the <option role="configure">--enable-zip</option>
|
|
configure option.
|
|
As of PHP 7.4.0, the bundled libzip is removed.
|
|
</para>
|
|
<para>
|
|
As of PHP 7.3.0, building against the bundled libzip is discouraged, but
|
|
still possible by adding <option role="configure">--without-libzip</option>
|
|
to the configuration.
|
|
</para>
|
|
<para>
|
|
A <option role="configure">--with-libzip=DIR</option>
|
|
configure option has been added to use a system libzip installation. libzip
|
|
version 0.11 is required, with 0.11.2 or later recommended.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="zip.installation.new.windows">
|
|
<title>Windows</title>
|
|
<para>
|
|
This extension is built-in.
|
|
</para>
|
|
</section>
|
|
</section>
|
|
|
|
<section xml:id="zip.pecl.installation">
|
|
<title>Installation via PECL</title>
|
|
<para>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;zip">&url.pecl.package;zip</link>.
|
|
</para>
|
|
</section>
|
|
|
|
</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
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
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
|
|
-->
|
|
|