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

contributors($setup);

?>
<div id="recode.installation" class="section">
 <h2 class="title">Installazione</h2>

 <div class="section" id="recode.installation.php74">
  <h2 class="title">PHP 7.4</h2>
  <p class="simpara">
   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 7.4.0
  </p>
  <p class="simpara">
   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/recode" class="link external">&raquo;&nbsp;https://pecl.php.net/package/recode</a>.
  </p>
 </div>

 <div class="section" id="recode.installation.phplt74">
  <h2 class="title">PHP &lt; 7.4</h2>
  <p class="simpara">
   To be able to use the functions defined in this
   module you must compile your PHP interpreter using the
   <strong class="option configure">--with-recode[=DIR]</strong>
   option.
  </p>
  <div class="warning"><strong class="warning">Avviso</strong>
   <p class="simpara">
    Crashes and startup problems of PHP may be encountered
    when loading the recode as extension <strong>after</strong> loading any extension of <a href="ref.mysql.php" class="link">mysql</a> or <a href="ref.imap.php" class="link">imap</a>. Loading the recode before those
    extension has proved to fix the problem.  This is due a technical problem
    that both the c-client library used by imap and recode have their own
    <code class="literal">hash_lookup()</code> function and both mysql and recode have
    their own <code class="literal">hash_insert</code> function.
   </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); ?>