<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/imap.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'imap.installation.php',
    1 => 'Installazione',
    2 => 'Installazione',
  ),
  'up' => 
  array (
    0 => 'imap.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'imap.requirements.php',
    1 => 'Requisiti',
  ),
  'next' => 
  array (
    0 => 'imap.configuration.php',
    1 => 'Configurazione di Runtime',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imap/configure.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imap.installation" class="section">
 <h2 class="title">Installazione</h2>
 <div class="section" id="imap.installation.php84">
  <h2 class="title">PHP 8.4</h2>
  <p class="para">
   Questo modulo è stato spostato nel repository
<a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> e non è più rilasciato con il
PHP dalla versione 8.4.0
  </p>
  <p class="para">
   Informazioni per l&#039;installazione di questa estensione PECL possono essere
trovate nel capitolo del manuale intitolato <a href="install.pecl.php" class="link">Installazione
delle estensioni PECL</a>. Informazioni aggiuntive come nuove release,
download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere
trovate qui: 
   <a href="https://pecl.php.net/package/imap" class="link external">&raquo;&nbsp;https://pecl.php.net/package/imap</a>.
  </p>
 </div>

 <div class="section" id="imap.installation.phplt84">
  <h2 class="title">PHP &lt; 8.4</h2>
  <p class="para">
   To get these functions to work, you have to compile PHP with
   <strong class="option configure">--with-imap[=DIR]</strong>, where DIR is the
   c-client install prefix.  From our example above, you would use
   <strong class="option configure">--with-imap=/usr/local/imap-2000b</strong>.
   This location depends on where you created this directory according to the
   description above. <span class="productname">Windows</span> users may include the
   <var class="filename">php_imap.dll</var> DLL in <var class="filename">php.ini</var>.
  </p>
  <blockquote class="note"><p><strong class="note">Nota</strong>: 
   <span class="simpara">
    Depending on how the c-client was configured, you might also need
    to add <strong class="option configure">--with-imap-ssl=/path/to/openssl/</strong> and/or
    <strong class="option configure">--with-kerberos=/path/to/kerberos</strong>
    to the PHP configure line.
   </span>
  </p></blockquote>

  <div class="warning"><strong class="warning">Avviso</strong>
   <p class="simpara">
    The IMAP extension is not thread-safe; it should not be used with ZTS builds.
   </p>
  </div>

  <div class="warning"><strong class="warning">Avviso</strong><p class="simpara">Le estensioni <a href="book.imap.php" class="link">IMAP</a>, <a href="book.recode.php" class="link">recode</a> e
<a href="book.yaz.php" class="link">YAZ</a>
non possono essere utilizzate assieme poiché
condividono i medesimi simboli interni. Nota: Yaz 2.0 e successivi non ha questo problema.</p></div>
 </div>

</div><?php manual_footer($setup); ?>