<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'install.windows.php',
    1 => 'Installation on Windows systems',
    2 => 'Installation on Windows systems',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => 'Installation and Configuration',
  ),
  'prev' => 
  array (
    0 => 'install.macosx.bundled.php',
    1 => 'Using the bundled PHP prior to macOS Monterey',
  ),
  'next' => 
  array (
    0 => 'install.windows.recommended.php',
    1 => 'Recommended configuration on Windows systems',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Installation on Windows systems</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="install.windows.recommended.php">Recommended configuration on Windows systems</a></li><li><a href="install.windows.manual.php">Manual installation of pre-built binaries</a></li><li><a href="install.windows.apache2.php">Installation for Apache 2.x on Windows systems</a></li><li><a href="install.windows.iis.php">Installation with IIS for Windows</a></li><li><a href="install.windows.tools.php">Third-party tools for installing PHP</a></li><li><a href="install.windows.building.php">Building from source</a></li><li><a href="install.windows.commandline.php">Running PHP on the command line on Windows systems</a></li></ul>


 <p class="simpara">
  The official releases of PHP on Windows are recommended for production use,
  but PHP can also be <a href="install.windows.building.php" class="link">built from source</a>.
 </p>

 <p class="simpara">
  PHP can also be <a href="install.cloud.azure.php" class="link">installed on Azure App Services</a>
  (aka Microsoft Azure, Windows Azure, or (Windows) Azure Web Apps).
 </p>

 <p class="simpara">
  The <a href="faq.installation.php" class="link">Installation section of the
  frequently asked questions</a> covers common installation and
  configuration issues that may be encountered.
 </p>

 




 




 




 




 




 




 




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