<?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 => 'ja',
  ),
  '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' => 'ja',
    '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); ?>