1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-24 07:02:06 +01:00
Files
archived-doc-fr/reference/ftp/configure.xml
2026-02-25 11:55:04 +01:00

74 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af432424136ff55777bd92ff4f83f01594612ef1 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- CREDITS: DavidA -->
<section xml:id="ftp.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
Pour activer le module FTP de la configuration PHP, il
faut utiliser l'option <option
role="configure">--enable-ftp</option>.
</para>
<para>
Dans Autotools, le support FTP SSL est activé implicitement lors de la compilation
avec l'extension <literal>openssl</literal> en utilisant l'option de configuration
<option role="configure">--with-openssl</option>. Lors de la compilation sans
l'extension <literal>openssl</literal>, l'option de configuration Autotools
<option role="configure">--with-ftp-ssl</option> peut être utilisée pour activer
explicitement le support FTP SSL.
</para>
<para>
Sous Windows, cette extension est toujours construite comme
extension partagée, et doit être activée dans le &php.ini;.
</para>
<simplesect role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
L'option de configuration Autotools <option role="configure">--with-openssl-dir</option>
a été supprimée au profit de la nouvelle
<option role="configure">--with-ftp-ssl</option> qui active explicitement le
support FTP SSL lors de la compilation sans l'extension <literal>openssl</literal>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</simplesect>
</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
-->