<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/mcrypt.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'mcrypt.requirements.php',
    1 => '需求',
    2 => '需求',
  ),
  'up' => 
  array (
    0 => 'mcrypt.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'mcrypt.setup.php',
    1 => '安装/配置',
  ),
  'next' => 
  array (
    0 => 'mcrypt.installation.php',
    1 => '安装',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/mcrypt/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mcrypt.requirements" class="section">
  <h2 class="title">需求</h2>
  <p class="simpara">
   这些函数需要使用 <a href="http://mcrypt.sourceforge.net/" class="link external">&raquo;&nbsp;mcrypt</a> 库。
   请从 <a href="http://mcrypt.sourceforge.net/" class="link external">&raquo;&nbsp;http://mcrypt.sourceforge.net/</a>
   下载 <var class="filename">libmcrypt-x.x.tar.gz</var>，
   并按以下指导完成安装。
  </p>
  <p class="simpara">
   你需要使用 libmcrypt 2.5.6 或更高版本。
  </p>
  <p class="simpara">
   PHP 5.2 的 Windows 二进制发行版中已经包含了本库。
   PHP 5.3 的 Windows 二进制发行版中开始使用 MCrypt 静态库，
   所以不再需要 DLL。
  </p>
  <p class="simpara">
   如果使用 libmcrypt 2.4.x 或更高版本链接编译 PHP，支持以下附加的分组加密算法：
   CAST，LOKI97，RIJNDAEL，SAFERPLUS，SERPENT，
   以及以下流密码：ENIGMA（加密）， PANAMA，RC4 和 WAKE。
   如果使用 libmcrypt 2.4.x 或更高版本，那么还支持 nOFB 密码模式。
  </p>
 </div><?php manual_footer($setup); ?>