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

contributors($setup);

?>
<div id="yaz.installation" class="section">
 <h2 class="title">Installazione</h2>
 <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/yaz" class="link external">&raquo;&nbsp;https://pecl.php.net/package/yaz</a>
 </p>
 <p class="para">
  Una <abbr title="Dynamic Link Library">DLL</abbr> per questa
estensione <abbr title="PHP Extension and Application Repository">PECL</abbr> non è attualmente disponibile. Vedere anche la
sezione <a href="install.windows.building.php" class="link">compilazione su Windows</a>
.
 </p>
 <blockquote class="note"><p><strong class="note">Nota</strong>: 
  <strong>Information specific to Windows users</strong><br />
  <p class="para">
   <var class="filename">php_yaz.dll</var> depends on 
   <var class="filename">yaz.dll</var>. The <var class="filename">yaz.dll</var>
   is part of the Win32 ZIP from the PHP site. It is also part 
   of the Windows YAZ install available from the
   <a href="http://ftp.indexdata.dk/pub/yaz/win32/" class="link external">&raquo;&nbsp;YAZ WIN32 area</a>.
  </p>
  <p class="para">
   On windows, don&#039;t forget to add the PHP directory to the <var class="envar">PATH</var>,
   so that the <var class="filename">yaz.dll</var> file can be found by the system.
  </p>
 </p></blockquote>

 <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><?php manual_footer($setup); ?>