<?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 => 'ja',
  ),
  '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' => 'ja',
    '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">
   ハッシュ拡張モジュールはコア PHP 拡張モジュールであり、
   常に有効になります。
  </p>
  <p class="para">
   PHP 7.4.0 より前のバージョンでは、
   ハッシュ拡張モジュールは本体にバンドルされ、デフォルトでコンパイルされるようになりました。
   しかし、
   configure 時に <strong class="option configure">--disable-hash</strong>
   を指定することで明示的に無効にすることも可能でした。
  </p>
  <p class="para">
   PHP 5.1.2 より前のバージョンでは、
   ハッシュ拡張モジュールは
   <a href="https://pecl.php.net/package/hash" class="link external">&raquo;&nbsp;PECL module</a> としてインストールされていました。
  </p>
 </div><?php manual_footer($setup); ?>