<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.windows.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'install.windows.tools.php',
    1 => 'Strumenti di terze parti per installare PHP',
    2 => 'Strumenti di terze parti per installare PHP',
  ),
  'up' => 
  array (
    0 => 'install.windows.php',
    1 => 'Installation on Windows systems',
  ),
  'prev' => 
  array (
    0 => 'install.windows.iis.php',
    1 => 'Installation with IIS for Windows',
  ),
  'next' => 
  array (
    0 => 'install.windows.building.php',
    1 => 'Compilazione dai sorgenti',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'install/windows/tools.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.windows.tools" class="sect1">
 <h2 class="title">Strumenti di terze parti per installare PHP</h2>
 <div class="warning"><strong class="warning">Avviso</strong>
 <p class="para">
  Builds from third-parties are considered unofficial and not directly
  supported by the PHP project. Any bugs encountered should be reported to the
  provider of those unofficial builds unless they can be reproduced using the
  builds from <a href="https://www.php.net/downloads.php" class="link external">&raquo;&nbsp;the official download
  area</a>.
 </p>
</div>
 <p class="para">
  <a href="https://www.apachefriends.org/" class="link external">&raquo;&nbsp;XAMPP</a>,
  <a href="https://www.wampserver.com" class="link external">&raquo;&nbsp;WampServer</a> e
  <a href="https://bitnami.com" class="link external">&raquo;&nbsp;Bitnami</a>
  permettono anche di configurare applicazioni PHP per l&#039;uso con Apache su Windows.
 </p>
</div><?php manual_footer($setup); ?>