mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
markup, version info for php 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167584 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6cb6357d10
commit
85a167e8bd
1 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<reference id="ref.mcrypt">
|
||||
<title>Mcrypt Encryption Functions</title>
|
||||
<titleabbrev>mcrypt</titleabbrev>
|
||||
|
@ -20,11 +20,15 @@
|
|||
&reftitle.required;
|
||||
<para>
|
||||
These functions work using <ulink url="&url.mcrypt;">mcrypt</ulink>.
|
||||
To use it, download libmcrypt-x.x.tar.gz from <ulink
|
||||
url="&url.mcrypt;">&url.mcrypt;</ulink> and follow the included installation
|
||||
instructions. Windows users will find all the needed compiled mcrypt
|
||||
binaries at <ulink url="&url.mcrypt.windows;">&url.mcrypt.windows;</ulink>.
|
||||
To use it, download <filename>libmcrypt-x.x.tar.gz from</filename><ulink
|
||||
url="&url.mcrypt;">&url.mcrypt;</ulink> and follow the included
|
||||
installation instructions. Windows users will find all the
|
||||
needed compiled mcrypt binaries at
|
||||
<ulink url="&url.mcrypt.windows;">&url.mcrypt.windows;</ulink>.
|
||||
</para>
|
||||
<simpara>
|
||||
As of PHP 5.0.0 you will need libmcrypt Version 2.5.6 or greater.
|
||||
</simpara>
|
||||
<para>
|
||||
If you linked against libmcrypt 2.4.x or higher, the following additional
|
||||
block algorithms are supported: CAST, LOKI97, RIJNDAEL, SAFERPLUS,
|
||||
|
@ -188,4 +192,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
|||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue