From 6f3bae0de5b58200707833216019f163f624d858 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 25 Apr 2003 18:37:49 +0000 Subject: [PATCH] - Integrating notes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124631 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mcrypt/functions/mcrypt-cbc.xml | 7 +++++-- reference/mcrypt/functions/mcrypt-cfb.xml | 7 +++++-- reference/mcrypt/functions/mcrypt-ecb.xml | 7 +++++-- reference/mcrypt/functions/mcrypt-ofb.xml | 7 +++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/reference/mcrypt/functions/mcrypt-cbc.xml b/reference/mcrypt/functions/mcrypt-cbc.xml index bc5e4e9d00..9dde8ac3ee 100644 --- a/reference/mcrypt/functions/mcrypt-cbc.xml +++ b/reference/mcrypt/functions/mcrypt-cbc.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,10 @@ The first prototype is when linked against libmcrypt 2.2.x, the - second when linked against libmcrypt 2.4.x or higher. + second when linked against libmcrypt 2.4.x or higher. The + mode should be either + MCRYPT_ENCRYPT or + MCRYPT_DECRYPT. This function should not be used anymore, see diff --git a/reference/mcrypt/functions/mcrypt-cfb.xml b/reference/mcrypt/functions/mcrypt-cfb.xml index 6fe05ac18a..7a9091cc71 100644 --- a/reference/mcrypt/functions/mcrypt-cfb.xml +++ b/reference/mcrypt/functions/mcrypt-cfb.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,10 @@ The first prototype is when linked against libmcrypt 2.2.x, the - second when linked against libmcrypt 2.4.x or higher. + second when linked against libmcrypt 2.4.x or higher. The + mode should be either + MCRYPT_ENCRYPT or + MCRYPT_DECRYPT. This function should not be used anymore, see diff --git a/reference/mcrypt/functions/mcrypt-ecb.xml b/reference/mcrypt/functions/mcrypt-ecb.xml index cde2260748..824bbc7d72 100644 --- a/reference/mcrypt/functions/mcrypt-ecb.xml +++ b/reference/mcrypt/functions/mcrypt-ecb.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,10 @@ The first prototype is when linked against libmcrypt 2.2.x, the - second when linked against libmcrypt 2.4.x or higher. + second when linked against libmcrypt 2.4.x or higher. The + mode should be either + MCRYPT_ENCRYPT or + MCRYPT_DECRYPT. This function should not be used anymore, see diff --git a/reference/mcrypt/functions/mcrypt-ofb.xml b/reference/mcrypt/functions/mcrypt-ofb.xml index e83689d81d..9d0d831526 100644 --- a/reference/mcrypt/functions/mcrypt-ofb.xml +++ b/reference/mcrypt/functions/mcrypt-ofb.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,10 @@ The first prototype is when linked against libmcrypt 2.2.x, the - second when linked against libmcrypt 2.4.x or higher. + second when linked against libmcrypt 2.4.x or higher. The + mode should be either + MCRYPT_ENCRYPT or + MCRYPT_DECRYPT. This function should not be used anymore, see