<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'install.windows.php',
    1 => 'Встановлення в системах Windows',
    2 => 'Встановлення в системах Windows',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => 'Встановлення та налаштування',
  ),
  'prev' => 
  array (
    0 => 'install.macosx.bundled.php',
    1 => 'Використання вбудованого PHP до версії macOS Monterey',
  ),
  'next' => 
  array (
    0 => 'install.windows.recommended.php',
    1 => 'Recommended configuration on Windows systems',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    '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">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">Сторонні інструменти для встановлення PHP</a></li><li><a href="install.windows.building.php">Збирання з початкового коду</a></li><li><a href="install.windows.commandline.php">Running PHP on the command line on Windows systems</a></li></ul>


 <p class="simpara">
  Офіційні випуски PHP для Windows є рекомендованими для виробничого
  використання, але 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> (типу Microsoft Azure, Windows Azure або (Windows) Azure Web
  Apps).
 </p>

 <p class="simpara">
  Розділ <a href="faq.installation.php" class="link">ЧаПи</a> керівництва зі
  встановлення охоплює поширені проблеми встановлення та налаштування, які
  можуть виникнути.
 </p>

 




 




 




 




 




 




 




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