<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'install.windows.php',
    1 => 'Installation auf Windows-Systemen',
    2 => 'Installation auf Windows-Systemen',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => 'Installation und Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'install.macosx.bundled.php',
    1 => 'Verwendung des mitgelieferten PHP vor macOS Monterey',
  ),
  'next' => 
  array (
    0 => 'install.windows.recommended.php',
    1 => 'Empfohlene Konfiguration auf Windows-Systemen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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 auf Windows-Systemen</h1>
<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_chapter"><li><a href="install.windows.recommended.php">Empfohlene Konfiguration auf Windows-Systemen</a></li><li><a href="install.windows.manual.php">Manuelle PHP-Installation auf Windows</a></li><li><a href="install.windows.apache2.php">Installation f&uuml;r Apache 2.x auf Windows-Systemen</a></li><li><a href="install.windows.iis.php">Installation with IIS for Windows</a></li><li><a href="install.windows.tools.php">Drittanbieter-Tools zur Installation von PHP</a></li><li><a href="install.windows.building.php">Erstellen aus dem Quellcode</a></li><li><a href="install.windows.commandline.php">PHP auf Windows-Systemen auf der Kommandozeile ausf&uuml;hren</a></li></ul>


 <p class="simpara">
  Für den produktiven Einsatz werden die offiziellen Versionen von PHP für
  Windows empfohlen, aber PHP kann auch aus dem
  <a href="install.windows.building.php" class="link">aus dem Quellcode erstellt werden</a>.
 </p>

 <p class="simpara">
  PHP kann auch
  <a href="install.cloud.azure.php" class="link">auf Azure App Services installiert werden</a>
  (auch bekannt als Microsoft Azure, Windows Azure oder (Windows) Azure Web
  Apps).
 </p>

 <p class="simpara">
  Im Abschnitt <a href="faq.installation.php" class="link">Installation</a> der häufig
  gestellten Fragen werden typische Probleme behandelt, die bei der
  Installation und Konfiguration auftreten können.
 </p>

 





 





 






 




 





 






 






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