From b5dae32ac8c65547dcbd9a8f91ec3b1a8294cf91 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 6 Feb 2004 14:03:52 +0000 Subject: [PATCH] tis one is deprecated git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150621 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mcrypt/functions/mcrypt-ecb.xml | 29 +++-------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/reference/mcrypt/functions/mcrypt-ecb.xml b/reference/mcrypt/functions/mcrypt-ecb.xml index 824bbc7d72..776d5c6b6a 100644 --- a/reference/mcrypt/functions/mcrypt-ecb.xml +++ b/reference/mcrypt/functions/mcrypt-ecb.xml @@ -1,38 +1,15 @@ - + mcrypt_ecb - Encrypt/decrypt data in ECB mode + Deprecated: Encrypt/decrypt data in ECB mode Description - - stringmcrypt_ecb - intcipher - stringkey - stringdata - intmode - - - stringmcrypt_ecb - stringcipher - stringkey - stringdata - intmode - stringiv - - The first prototype is when linked against libmcrypt 2.2.x, the - 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 - mcrypt_generic and + This function is deprecated, see mcrypt_generic and mdecrypt_generic for replacements.