1
0
mirror of https://github.com/php/doc-zh.git synced 2026-03-24 15:12:20 +01:00
Files
archived-doc-zh/reference/mcrypt/setup.xml
2026-01-19 03:24:41 +00:00

72 lines
2.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e849a6c4225bd992474793ec6983df7898cae0be Maintainer: yuanyuqiang Status: ready -->
<!-- Reviewed: no -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="mcrypt.setup">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="mcrypt.requirements">
&reftitle.required;
<simpara>
这些函数需要使用 <link xlink:href="&url.mcrypt;">mcrypt</link> 库。
请从 <link xlink:href="&url.mcrypt;">&url.mcrypt;</link>
下载 <filename>libmcrypt-x.x.tar.gz</filename>
并按以下指导完成安装。
</simpara>
<simpara>
你需要使用 libmcrypt 2.5.6 或更高版本。
</simpara>
<simpara>
PHP 5.2 的 Windows 二进制发行版中已经包含了本库。
PHP 5.3 的 Windows 二进制发行版中开始使用 MCrypt 静态库,
所以不再需要 DLL。
</simpara>
<simpara>
如果使用 libmcrypt 2.4.x 或更高版本链接编译 PHP支持以下附加的分组加密算法
CASTLOKI97RIJNDAELSAFERPLUSSERPENT
以及以下流密码ENIGMA加密 PANAMARC4 和 WAKE。
如果使用 libmcrypt 2.4.x 或更高版本,那么还支持 nOFB 密码模式。
</simpara>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.mcrypt.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.mcrypt.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="mcrypt.resources">
&reftitle.resources;
<simpara>
<function>mcrypt_module_open</function> 返回加密描述符。
</simpara>
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->