From 8b67dabb5fd5ae6f8b600ea1a7399c297c1cb7ca Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 12 Dec 2010 12:51:07 +0000 Subject: [PATCH] - 53524, outdated doc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306262 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mcrypt/setup.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/reference/mcrypt/setup.xml b/reference/mcrypt/setup.xml index f45d2839b3..bd1d271195 100644 --- a/reference/mcrypt/setup.xml +++ b/reference/mcrypt/setup.xml @@ -11,13 +11,16 @@ These functions work using mcrypt. To use it, download libmcrypt-x.x.tar.gz from &url.mcrypt; and follow the included - installation instructions. Windows users will find all the - needed compiled mcrypt binaries at - &url.mcrypt.windows;. + installation instructions. As of PHP 5.0.0 you will need libmcrypt Version 2.5.6 or greater. + + 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. + If you linked against libmcrypt 2.4.x or higher, the following additional block algorithms are supported: CAST, LOKI97, RIJNDAEL, SAFERPLUS,