<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'migration84.windows-support.php',
    1 => 'Supporto Windows',
    2 => 'Supporto Windows',
  ),
  'up' => 
  array (
    0 => 'migration84.php',
    1 => 'Migrazione da PHP 8.3.x a PHP 8.4.x',
  ),
  'prev' => 
  array (
    0 => 'migration84.other-changes.php',
    1 => 'Other Changes',
  ),
  'next' => 
  array (
    0 => 'migration83.php',
    1 => 'Migrating from PHP 8.2.x to PHP 8.3.x',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    '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">Supporto Windows</h2>

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

  <p class="simpara">
   La compilazione con Visual Studio ora richiede almeno Visual Studio 2019.
   Tuttavia, si raccomanda Visual Studio 2022.
  </p>

  <p class="simpara">
   Il supporto CPU AVX(2) viene ora rilevato correttamente per le build MSVC.
  </p>

  <p class="simpara">
   Le build native AVX-512 sono ora supportate tramite
   l&#039;opzione di configurazione
   <strong class="option configure">--enable-native-intrinsics=avx512</strong>.
  </p>
 </div>

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