<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/hash.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'hash.installation.php',
    1 => 'Installazione',
    2 => 'Installazione',
  ),
  'up' => 
  array (
    0 => 'hash.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'hash.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'next' => 
  array (
    0 => 'hash.resources.php',
    1 => 'Tipi di risorse',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/hash/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="hash.installation" class="section">
  <h2 class="title">Installazione</h2>
  <p class="para">
   The Hash extension is a core PHP extension, so it is always enabled.
  </p>
  <p class="para">
   Prior to PHP 7.4.0, the Hash extension was bundled and compiled into PHP by
   default, but could be explicitly disabled using <strong class="option configure">--disable-hash</strong>.
  </p>
  <p class="para">
   Prior to 5.1.2, the Hash extension was installed as a
   <a href="https://pecl.php.net/package/hash" class="link external">&raquo;&nbsp;PECL module</a>.
  </p>
 </div><?php manual_footer($setup); ?>