<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'install.windows.php',
    1 => 'Windows 系统下的安装',
    2 => 'Windows 系统下的安装',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => '安装与配置',
  ),
  'prev' => 
  array (
    0 => 'install.macosx.bundled.php',
    1 => '使用 macOS Monterey 之前内置的 PHP',
  ),
  'next' => 
  array (
    0 => 'install.windows.recommended.php',
    1 => 'Windows 系统下的推荐配置',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'install/windows/index.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/install.windows.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.windows" class="chapter">
 <h1 class="title">Windows 系统下的安装</h1>
<h2>目录</h2><ul class="chunklist chunklist_chapter"><li><a href="install.windows.recommended.php">Windows 系统下的推荐配置</a></li><li><a href="install.windows.manual.php">手动安装预编译的二进制文件</a></li><li><a href="install.windows.apache2.php">在Windows系统上安装 Apache 2.x</a></li><li><a href="install.windows.iis.php">Windows 上与 IIS 安装</a></li><li><a href="install.windows.tools.php">用于安装 PHP 的第三方工具</a></li><li><a href="install.windows.building.php">从源程序编译</a></li><li><a href="install.windows.commandline.php">在 Windows 系统的命令行上运行 PHP</a></li></ul>


 <p class="simpara">
  建议在生产中使用 Windows 上的 PHP 官方版本，但也可以<a href="install.windows.building.php" class="link">从源代码编译 PHP</a>。
 </p>

 <p class="simpara">
  PHP 也可以<a href="install.cloud.azure.php" class="link">安装在 Azure App Services（Azure 应用服务）</a>（又名
  Microsoft Azure、Windows Azure 或 (Windows) Azure Web Apps（Azure Web 应用））上。
 </p>

 <p class="simpara">
  <a href="faq.installation.php" class="link">常见问题解答的安装章节</a>涵盖了可能遇到的常见安装和配置问题。
 </p>

 






 






 






 






 





 







 





</div>
<?php manual_footer($setup); ?>