Files
php-doc-ru/reference/imap/configure.xml
2025-02-12 12:00:08 +03:00

67 lines
2.4 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 86177fa035acc7fdb972855bdd6c0b19edd505cd Maintainer: irker Status: ready -->
<!-- Reviewed: no -->
<section xml:id="imap.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<section xml:id="imap.installation.php84">
<title>PHP 8.4</title>
<para>
&pecl.moved-ver;8.4.0
</para>
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;imap">&url.pecl.package;imap</link>.
</para>
</section>
<section xml:id="imap.installation.phplt84">
<title>PHP &lt; 8.4</title>
<para>
Функции модуля работают, только если PHP скомпилировали с параметром
<option role="configure">--with-imap[=DIR]</option>, где DIR —
папка с установленной библиотекой c-client. Для приведённого примера потребуется указать
<option role="configure">--with-imap=/usr/local/imap-2000b</option>.
Точный путь зависит от каталога для исходного кода, который создавали
на предыдущем шаге. Пользователи ОС <productname>Windows</productname> подключают
DLL-файл <filename>php_imap.dll</filename> в файле &php.ini;.
</para>
<note>
<simpara>
В зависимости от настроек библиотеки c-client
в строку конфигурации PHP иногда требуется
добавить ключ <option role="configure">--with-imap-ssl=/path/to/openssl/</option>
и (или) <option role="configure">--with-kerberos=/path/to/kerberos</option>.
</simpara>
</note>
<warning>
<simpara>
Модуль IMAP непотокобезопасен; его лучше не использовать с ZTS-сборками.
</simpara>
</warning>
&warn.imaprecodeyaz;
</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
-->