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

contributors($setup);

?>
<div id="mhash.installation" class="section">
 <h2 class="title">Installation</h2>
 <p class="para">
  On aura besoin de compiler PHP avec l&#039;option
  <strong class="option configure">--with-mhash[=DIR]</strong>
  pour activer cette extension. DIR est le chemin
  du dossier d&#039;installation de la bibliothèque MHASH.
 </p>
 <p class="para">
  À partir de PHP 5.3.0, l&#039;extension mhash est émulée via l&#039;extension
  <a href="ref.hash.php" class="link">Hash</a>. Aussi, l&#039;option permettant
  de spécifier le dossier d&#039;installation de mhash n&#039;a plus
  d&#039;effet, et cette extension nécessite l&#039;installation de l&#039;extension hash 
  pour fonctionner.
 </p>
</div><?php manual_footer($setup); ?>