<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'install.windows.tools.php',
    1 => 'Third-party tools for installing PHP',
    2 => 'Third-party tools for installing 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 => 'Building from source',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Third-party tools for installing PHP</h2>
 <div class="warning"><strong class="warning">Warning</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>, and
  <a href="https://bitnami.com" class="link external">&raquo;&nbsp;Bitnami</a>
  will also setup PHP applications for use with Apache on Windows.
 </p>
</div><?php manual_footer($setup); ?>