<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/migration82.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'migration82.windows-support.php',
    1 => 'Підтримка Windows',
    2 => 'Підтримка Windows',
  ),
  'up' => 
  array (
    0 => 'migration82.php',
    1 => 'Перехід від PHP 8.1.x до PHP 8.2.x',
  ),
  'prev' => 
  array (
    0 => 'migration82.other-changes.php',
    1 => 'Other Changes',
  ),
  'next' => 
  array (
    0 => 'migration81.php',
    1 => 'Перехід від PHP 8.0.x до PHP 8.1.x',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'appendices/migration82/windows-support.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration82.windows-support" class="sect1">
 <h2 class="title">Підтримка Windows</h2>

 <div class="sect2" id="migration82.windows-support.core">
  <h3 class="title">Ядро</h3>
  <p class="para">
   Повідомлення про помилки, пов&#039;язані з Windows, більше не перекладаються, а
   завжди виводяться англійською мовою, щоб краще відповідати повідомленням про
   помилки PHP.
  </p>
  <p class="para">
   Додано попередню експериментальну можливість збирання PHP на архітектурі ARM64.
  </p>
 </div>

 <div class="sect2" id="migration82.windows-support.oci8">
  <h3 class="title">OCI8</h3>
  <p class="para">
   Оскільки збирання для Oracle Client 10g все одно більше не підтримується,
   опція конфігурації <strong class="command">--with-oci8</strong> була вилучена. Опції
   <strong class="command">--with-oci8-11g</strong>, <strong class="command">--with-oci8-12c</strong> і
   <strong class="command">--with-oci8-19</strong> досі підтримуються.
  </p>
 </div>

 <div class="sect2" id="migration82.windows-support.zip">
  <h3 class="title">Zip</h3>
  <p class="para">
   Розширення Zip оновлено до версії 1.21.0 і тепер стандартно компілюється як
   динамічна бібліотека (<abbr title="Dynamic Link Library">DLL</abbr>).
  </p>
 </div>

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