<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'migration82.windows-support.php',
    1 => 'Support Windows',
    2 => 'Support Windows',
  ),
  'up' => 
  array (
    0 => 'migration82.php',
    1 => 'Migration de PHP 8.1.x vers PHP 8.2.x',
  ),
  'prev' => 
  array (
    0 => 'migration82.other-changes.php',
    1 => 'Autres changements',
  ),
  'next' => 
  array (
    0 => 'migration81.php',
    1 => 'Migration de PHP 8.0.x vers PHP 8.1.x',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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">Support Windows</h2>

 <div class="sect2" id="migration82.windows-support.core">
  <h3 class="title">Cœur</h3>
  <p class="para">
   Les messages d&#039;erreur spécifiques à Windows ne sont plus localisés, mais
   toujours affichés en anglais pour mieux correspondre aux messages d&#039;erreur de PHP.
  </p>
  <p class="para">
   Un support préliminaire et hautement expérimental pour la construction sur ARM64 a été ajouté.
  </p>
 </div>

 <div class="sect2" id="migration82.windows-support.oci8">
  <h3 class="title">OCI8</h3>
  <p class="para">
   Parce que la construction avec Oracle Client 10g n&#039;est plus supportée de toute façon,
   l&#039;option de configuration <strong class="command">--with-oci8</strong> a été abandonnée.
   Les options de configuration <strong class="command">--with-oci8-11g</strong>, <strong class="command">--with-oci8-12c</strong> et
   <strong class="command">--with-oci8-19</strong> sont toujours supportées.
  </p>
 </div>

 <div class="sect2" id="migration82.windows-support.zip">
  <h3 class="title">Zip</h3>
  <p class="para">
   L&#039;extension Zip a été mise à jour à la version 1.21.0,
   et est maintenant compilée en tant que bibliothèque partagée (<abbr title="Dynamic Link Library">DLL</abbr>) par défaut.
  </p>
 </div>

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