<?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 => 'ja',
  ),
  '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 => 'その他の変更',
  ),
  'next' => 
  array (
    0 => 'migration81.php',
    1 => 'PHP 8.0.x から PHP 8.1.x への移行',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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">PHP コア</h3>
  <p class="para">
   Windows 特有のエラーメッセージは、ローカライズされなくなりました。
   PHP のエラーメッセージによりマッチさせるため、代わりに英語で表示されます。
  </p>
  <p class="para">
   仮の、かつとても初期の実験的なサポートとして、
   ARM64 版のビルドが追加されました。
  </p>
 </div>

 <div class="sect2" id="migration82.windows-support.oci8">
  <h3 class="title">OCI8</h3>
  <p class="para">
   Oracle 10g を使ってビルドすることはもはやサポートされていないため、
   configureオプション <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); ?>