<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/solr.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'solr.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'solr.setup.php',
    1 => 'Installing/Configuring',
  ),
  'prev' => 
  array (
    0 => 'solr.requirements.php',
    1 => 'Requirements',
  ),
  'next' => 
  array (
    0 => 'solr.constants.php',
    1 => 'Predefined Constants',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/solr/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="solr.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/solr" class="link external">&raquo;&nbsp;https://pecl.php.net/package/solr</a>.
  </p>
  <p class="para">
   For help and support, please visit the extension Google group
   <a href="https://groups.google.com/forum/#!forum/php-solr" class="link external">&raquo;&nbsp;Apache Solr PHP Extension</a>.
  </p>
  <p class="para">
   Windows binaries (<abbr title="Dynamic Link Library">DLL</abbr> files)
for this <abbr title="PHP Extension and Application Repository">PECL</abbr> extension are available from the PECL website.
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    The solr module can be compiled in debug mode by passing the <strong class="option unknown">--enable-solr-debug</strong> flag to configure.
   </p>
   <p class="para">
    When building manually, be sure to include curl and libxml support within the build.
   </p>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>