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

contributors($setup);

?>
<div id="inotify.install" class="section">
  <h2 class="title">Installazione/Configurazione</h2>
  <p class="simpara">
   Questa estensione <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>
non è incorporata nel PHP.
  </p>
  <p class="simpara">
   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/inotify" class="link external">&raquo;&nbsp;https://pecl.php.net/package/inotify</a>.
  </p>
 </div><?php manual_footer($setup); ?>