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

contributors($setup);

?>
<div id="fileinfo.installation" class="section">
 <h2 class="title">Installazione</h2>
 <p class="simpara">
  This extension is enabled by default.
 </p>
 <p class="simpara">
  Windows users must include the bundled <var class="filename">php_fileinfo.dll</var>
  <abbr title="Dynamic Link Library">DLL</abbr> file in <var class="filename">php.ini</var> to enable this extension.
 </p>
 <p class="simpara">
  The libmagic library is bundled with PHP, but includes PHP specific changes.
  A patch against libmagic named <var class="filename">libmagic.patch</var> is maintained
  and may be found within the PHP fileinfo extensions source.
 </p>
</div><?php manual_footer($setup); ?>