mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 09:22:07 +01:00
68 lines
2.1 KiB
XML
68 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: eec6a4a36bf452bf271f116e7b6b9bb09d1181c3 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<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>Systèmes Linux</title>
|
|
<para>
|
|
À partir de PHP 7.4.0, afin d'utiliser ces fonctions, vous devez compiler
|
|
PHP avec le support zip en utilisant l'option de configuration
|
|
<option role="configure">--with-zip</option>.
|
|
Auparavant, le support zip devait être activé en utilisant l'option de
|
|
configuration <option role="configure">--enable-zip</option>.
|
|
À partir de PHP 7.4.0, la libzip empaqueté a été supprimée.
|
|
</para>
|
|
<para>
|
|
À partir de PHP 7.3.0, compiler contre la libzip empaqueté est déconseillé,
|
|
mais toujours possible en ajoutant <option role="configure">--without-libzip</option>
|
|
à la configuration.
|
|
</para>
|
|
<para>
|
|
L'option de configuration
|
|
<option role="configure">--with-libzip=DIR</option> a été ajoutée pour
|
|
utiliser une installation système de libzip. La version 0.11 de libzip
|
|
est nécessaire, avec la version 0.11.2 ou supérieure recommandée.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="zip.installation.new.windows">
|
|
<title>Windows</title>
|
|
&windows.builtin;
|
|
</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
|
|
-->
|