Files
doc-fr/reference/imap/configure.xml
Yannick Torres bd9540cd07 Sync with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@350878 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-14 12:55:52 +00:00

59 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: fc870e6f972ed48069f4c7a5a449c2e843f343a7 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<section xml:id="imap.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
Pour avoir accès à ces fonctions, vous devez compiler PHP
avec l'option <option role="configure">--with-imap[=DIR]</option>,
où DIR est le préfixe de l'installation du client C.
Dans nos exemples, vous pourriez utiliser
<option role="configure">--with-imap=/usr/local/imap-2000b</option>. Le nom du dossier
d'installation dépend de l'emplacement où vous avez créé le dossier,
en fonction de la description ci-dessus. Les utilisateurs
<productname>Windows</productname> peuvent inclure la bibliothèque
DLL <filename>php_imap.dll</filename> dans le &php.ini;.
</para>
<note>
<simpara>
Suivant la configuration de la bibliothèque C cliente, vous pouvez
aussi avoir besoin d'ajouter
<option role="configure">--with-imap-ssl=/path/to/openssl/</option>
et/ou <option role="configure">--with-kerberos=/path/to/kerberos</option>
dans la ligne de configuration PHP.
</simpara>
</note>
<warning>
<simpara>
L'extension IMPA n'est pas sécurisée au niveau des threads ; elle ne doit pas
être utilisée avec ZTS.
</simpara>
</warning>
&warn.imaprecodeyaz;
</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
-->