<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'hash.installation.php',
    1 => '安装',
    2 => '安装',
  ),
  'up' => 
  array (
    0 => 'hash.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'hash.setup.php',
    1 => '安装/配置',
  ),
  'next' => 
  array (
    0 => 'hash.resources.php',
    1 => '资源类型',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    '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">安装</h2>
  <p class="para">
   Hash 扩展是 PHP 的核心扩展，所以始终启用。
  </p>
  <p class="para">
   PHP 7.4 之前，Hash 扩展默认在 PHP 中捆绑并编译，但可以通过 <strong class="option configure">--disable-hash</strong> 手动禁用。
  </p>
  <p class="para">
   在 5.1.2 之前，Hash 扩展作为 <a href="https://pecl.php.net/package/hash" class="link external">&raquo;&nbsp;PECL 模块</a> 安装。
  </p>
 </div><?php manual_footer($setup); ?>