<?php
$TOC = array (
  0 => 
  array (
    0 => 'install.windows.recommended.php',
    1 => 'Recommended configuration on Windows systems',
  ),
  1 => 
  array (
    0 => 'install.windows.manual.php',
    1 => 'Manual installation of pre-built binaries',
  ),
  2 => 
  array (
    0 => 'install.windows.apache2.php',
    1 => 'Installation for Apache 2.x on Windows systems',
  ),
  3 => 
  array (
    0 => 'install.windows.iis.php',
    1 => 'Installation with IIS for Windows',
  ),
  4 => 
  array (
    0 => 'install.windows.tools.php',
    1 => 'Strumenti di terze parti per installare PHP',
  ),
  5 => 
  array (
    0 => 'install.windows.building.php',
    1 => 'Compilazione dai sorgenti',
  ),
  6 => 
  array (
    0 => 'install.windows.commandline.php',
    1 => 'Running PHP on the command line on Windows systems',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'install.php',
    1 => 'Installazione e configurazione',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Manuale PHP',
  ),
);