<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/password.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'password.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'password.setup.php',
    1 => 'Installation/Configuration',
  ),
  'prev' => 
  array (
    0 => 'password.requirements.php',
    1 => 'Pr&eacute;-requis',
  ),
  'next' => 
  array (
    0 => 'password.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/password/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="password.installation" class="section">
  <h2 class="title">Installation</h2>
  <p class="para">Il n&#039;y pas d&#039;installation nécessaire pour
utiliser ces fonctions, elles font parties du cœur de PHP.</p>
  <p class="para">
   Cependant, pour activer le hachage de mots de passe Argon2, PHP doit être compilé soit avec
   le support libargon2 en utilisant l&#039;option de configuration
   <strong class="option configure">--with-password-argon2</strong>
   ou, à partir de PHP 8.4.0, avec OpenSSL en utilisant
    <strong class="option configure">--with-openssl</strong> et
   <strong class="option configure">--with-openssl-argon2</strong>.
  </p> 
  <p class="para">
   Antérieur à PHP 8.1.0, il était possible de spécifier le répertoire argon2 avec
   <strong class="option configure">--with-password-argon2[=DIR]</strong>.
  </p>
 </div><?php manual_footer($setup); ?>