<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'mcrypt.requirements.php',
    1 => 'Requisiti',
    2 => 'Requisiti',
  ),
  'up' => 
  array (
    0 => 'mcrypt.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'mcrypt.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'next' => 
  array (
    0 => 'mcrypt.installation.php',
    1 => 'Installazione',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Requisiti</h2>
  <p class="simpara">
   These functions work using <a href="http://mcrypt.sourceforge.net/" class="link external">&raquo;&nbsp;mcrypt</a>.
   To use it, download <var class="filename">libmcrypt-x.x.tar.gz</var> from <a href="http://mcrypt.sourceforge.net/" class="link external">&raquo;&nbsp;http://mcrypt.sourceforge.net/</a> and follow the included
   installation instructions.
  </p>
  <p class="simpara">
  libmcrypt Version 2.5.6 or greater is required.
  </p>
  <p class="simpara">
   Windows users will find the library is the PHP 5.2 Windows binaries release.
   PHP 5.3 Windows binaries uses the static version of the MCrypt library, no
   DLL are needed.
  </p>
  <p class="simpara">
   If you linked against libmcrypt 2.4.x or higher, the following additional
   block algorithms are supported: CAST, LOKI97, RIJNDAEL, SAFERPLUS,
   SERPENT and the following stream ciphers: ENIGMA (crypt), PANAMA, RC4 and
   WAKE. With libmcrypt 2.4.x or higher another cipher mode is also
   available; nOFB.
  </p>
 </div><?php manual_footer($setup); ?>