mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- 53524, outdated doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306262 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6ee7facd42
commit
8b67dabb5f
1 changed files with 6 additions and 3 deletions
|
@ -11,13 +11,16 @@
|
|||
These functions work using <link xlink:href="&url.mcrypt;">mcrypt</link>.
|
||||
To use it, download <filename>libmcrypt-x.x.tar.gz</filename> from <link
|
||||
xlink:href="&url.mcrypt;">&url.mcrypt;</link> and follow the included
|
||||
installation instructions. Windows users will find all the
|
||||
needed compiled mcrypt binaries at
|
||||
<link xlink:href="&url.mcrypt.windows;">&url.mcrypt.windows;</link>.
|
||||
installation instructions.
|
||||
</para>
|
||||
<simpara>
|
||||
As of PHP 5.0.0 you will need libmcrypt Version 2.5.6 or greater.
|
||||
</simpara>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
<para>
|
||||
If you linked against libmcrypt 2.4.x or higher, the following additional
|
||||
block algorithms are supported: CAST, LOKI97, RIJNDAEL, SAFERPLUS,
|
||||
|
|
Loading…
Reference in a new issue