<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'hash.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'hash.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'hash.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'next' => 
  array (
    0 => 'hash.resources.php',
    1 => 'Ressource-Typen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Installation</h2>
  <p class="para">
   Von PHP 5.1.2 an wird die Hash-Erweiterung mitgeliefert und standardmäßig
   in PHP einkompiliert.
  </p>
  <p class="para">
   Sie kann mit dem --disable-hash Umschalter für configure explizit
   deaktiviert werden. Frühere PHP-Versionen können die Hash-Erweiterung mit
   der Installation des
   <a href="https://pecl.php.net/package/hash" class="link external">&raquo;&nbsp;PECL-Moduls</a> nutzen.
  </p>
  <p class="para">
   Von PHP 7.4.0 an ist die Hash-Erweiterung eine Core-Erweiterung, so dass
   sie immer aktiviert ist.
  </p>
 </div><?php manual_footer($setup); ?>