1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-23 23:02:09 +01:00
Files
archived-doc-tr/reference/imap/configure.xml
2021-03-14 19:36:45 +03:00

57 lines
1.8 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"?>
<!-- $Revision$ -->
<!-- EN-Revision: fc870e6f972ed48069f4c7a5a449c2e843f343a7 Maintainer: haluk Status: ready -->
<section xml:id="imap.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
Bu işlevlerin çalışması için PHP'yi
<option role="configure">--with-imap[=DiZiN]</option> seçeneği ile
derlemelisiniz. Buradaki DiZiN c-client kurulumunun yapıldığı ana dizindir
(PREFIX). Örneğimizde olduğu gibi <option role="configure">--with-
imap=/usr/local/imap-2000b</option> seçeneğini kullanmalısınız. Bu konum,
yukarıda açıklanan DiZiNe bağlı olarak değişiklik gösterebilir. <productname>Windows</productname> kullanıcılarının
<filename>php_imap.dll</filename> DLL'ini &php.ini; dosyasına dahil etmeleri
gerekebilir.
</para>
<note>
<simpara>
C-client kütüphanesinin yapılandırmasına bağlı olarak PHP yapılandırma
seçeneklerine
<option role="configure">--with-imap-ssl=/bir/yol/openssl/</option> ve/veya
<option role="configure">--with-kerberos=/bir/yol/kerberos</option>
seçeneğini eklemeniz gerekebilir.
</simpara>
</note>
<warning>
<simpara>
IMAP eklentisi evreli çalışmada güvenilir değildir; ZTS etkin derlemelerle
kullanılmamalıdır.
</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
-->