<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'solr.installation.php',
    1 => 'Installazione',
    2 => 'Installazione',
  ),
  'up' => 
  array (
    0 => 'solr.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'solr.requirements.php',
    1 => 'Requisiti',
  ),
  'next' => 
  array (
    0 => 'solr.constants.php',
    1 => 'Costanti predefinite',
  ),
  '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">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/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">Nota</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); ?>