<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'yaz.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'yaz.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'yaz.requirements.php',
    1 => 'Anforderungen',
  ),
  'next' => 
  array (
    0 => 'yaz.examples.php',
    1 => 'Beispiele',
  ),
  '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">Installation</h2>
 <p class="para">
  Information zur Installation dieser PECL-Erweiterung
finden sie im Kapitel <a href="install.pecl.php" class="link">Installation von PECL-Erweiterungen</a>.
Zusätzliche Informationen wie neue Releases, Downloads,
Quelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: 
  <a href="https://pecl.php.net/package/yaz" class="link external">&raquo;&nbsp;https://pecl.php.net/package/yaz</a>
 </p>
 <p class="para">
  Eine <abbr title="Dynamic Link Library">DLL</abbr>-Datei für diese
<abbr title="PHP Extension and Application Repository">PECL</abbr>-Erweiterung steht derzeit nicht zur Verfügung.
Weitere Details finden Sie im Abschnitt zum
<a href="install.windows.building.php" class="link">Kompilieren für Windows</a>.
 </p>
 <blockquote class="note"><p><strong class="note">Hinweis</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">Warnung</strong><p class="simpara">Die Erweiterungen
<a href="book.imap.php" class="link">IMAP</a>, <a href="book.recode.php" class="link">recode</a> und
<a href="book.yaz.php" class="link">YAZ</a>
können nicht zusammen verwendet werden. Diese Tatsache
liegt darin begründet, dass alle diese Erweiterungen die gleichen internen Symbole
benutzen. Hinweis: Yaz 2.0 und höher hat dieses Problem nicht.</p></div>

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