<?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 => 'ja',
  ),
  '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' => 'ja',
    '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">Apache 2.x （Microsoft Windows 用）</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 の公式リリースは、実運用環境でも使えるものです。
  しかし、PHP を
  <a href="install.windows.building.php" class="link">ソースコードからビルド</a>
  することもできます。
 </p>

 <p class="simpara">
  PHP は
  <a href="install.cloud.azure.php" class="link">Azure App Services</a>
  (aka Microsoft Azure, Windows Azure, (Windows) Azure Web Apps)
  上でもインストールできます。
 </p>

 <p class="simpara">
  <a href="faq.installation.php" class="link">インストールに関する FAQ</a>
  のページは、発生する可能性のある一般的なインストール上の問題や、
  設定の問題を扱っています。
 </p>

 






 






 






 





 






 







 






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