<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'yaz.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'yaz.setup.php',
    1 => 'Installing/Configuring',
  ),
  'prev' => 
  array (
    0 => 'yaz.requirements.php',
    1 => 'Requirements',
  ),
  'next' => 
  array (
    0 => 'yaz.examples.php',
    1 => 'Examples',
  ),
  '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 for installing this PECL extension may be
found in the manual chapter titled <a href="install.pecl.php" class="link">Installation
of PECL extensions</a>. Additional information such as new releases,
downloads, source files, maintainer information, and a CHANGELOG, can be
located here: 
  <a href="https://pecl.php.net/package/yaz" class="link external">&raquo;&nbsp;https://pecl.php.net/package/yaz</a>
 </p>
 <p class="para">
  A <abbr title="Dynamic Link Library">DLL</abbr> for this
<abbr title="PHP Extension and Application Repository">PECL</abbr> extension is currently unavailable. See also the
<a href="install.windows.building.php" class="link">building on Windows</a>
section.
 </p>
 <blockquote class="note"><p><strong class="note">Note</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">Warning</strong><p class="simpara">The <a href="book.imap.php" class="link">IMAP</a>, <a href="book.recode.php" class="link">recode</a> and
<a href="book.yaz.php" class="link">YAZ</a>
extensions cannot be used in conjunction, because they
share the same internal symbols. Note: Yaz 2.0 and above does not suffer from this problem.</p></div>

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