<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/migration84.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'migration84.windows-support.php',
    1 => 'Windows のサポート',
    2 => 'Windows のサポート',
  ),
  'up' => 
  array (
    0 => 'migration84.php',
    1 => 'PHP 8.3.x から PHP 8.4.x への移行',
  ),
  'prev' => 
  array (
    0 => 'migration84.other-changes.php',
    1 => 'その他の変更',
  ),
  'next' => 
  array (
    0 => 'migration83.php',
    1 => 'PHP 8.2.x から PHP 8.3.x への移行',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'appendices/migration84/windows-support.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration84.windows-support" class="sect1">
 <h2 class="title">Windows のサポート</h2>

 <div class="sect2" id="migration84.windows-support.core">
  <h3 class="title">PHP コア</h3>

  <p class="simpara">
   Visual Studio でのビルドには、 Visual Studio 2019 以降が必要になりました。
   ただし、Visual Studio 2022 が推奨されます。
  </p>

  <p class="simpara">
   MSVC ビルドでは、AVX(2) CPU のサポートが正しく検出されるようになりました。
  </p>

  <p class="simpara">
   ネイティブ AVX-512 ビルドが、configure オプション
   <strong class="option configure">--enable-native-intrinsics=avx512</strong>
   でサポートされました。
  </p>
 </div>

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