mirror of
https://github.com/php/doc-zh.git
synced 2026-03-24 15:12:20 +01:00
72 lines
2.1 KiB
XML
72 lines
2.1 KiB
XML
<?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,支持以下附加的分组加密算法:
|
||
CAST,LOKI97,RIJNDAEL,SAFERPLUS,SERPENT,
|
||
以及以下流密码:ENIGMA(加密), PANAMA,RC4 和 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
|
||
-->
|