<?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 => 'zh',
  ),
  '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' => 'zh',
    '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">
   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 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); ?>