<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'install.windows.tools.php',
    1 => '用于安装 PHP 的第三方工具',
    2 => '用于安装 PHP 的第三方工具',
  ),
  'up' => 
  array (
    0 => 'install.windows.php',
    1 => 'Windows 系统下的安装',
  ),
  'prev' => 
  array (
    0 => 'install.windows.iis.php',
    1 => 'Windows 上与 IIS 安装',
  ),
  'next' => 
  array (
    0 => 'install.windows.building.php',
    1 => '从源程序编译',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    '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">用于安装 PHP 的第三方工具</h2>
 <div class="warning"><strong class="warning">警告</strong>
 <p class="para">
  第三方提供的版本被视为非官方版本，不直接受 PHP 项目支持。
  除非可以通过 <a href="https://www.php.net/downloads.php" class="link external">&raquo;&nbsp;官方下载区</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> 和
  <a href="https://bitnami.com" class="link external">&raquo;&nbsp;Bitnami</a>
  也会在 Windows 上使用 Apache 安装 PHP 应用程序。
 </p>
</div><?php manual_footer($setup); ?>