diff options
Diffstat (limited to 'system/mcrypt/README')
-rw-r--r-- | system/mcrypt/README | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/system/mcrypt/README b/system/mcrypt/README index e987f323ef..52128e52ec 100644 --- a/system/mcrypt/README +++ b/system/mcrypt/README @@ -5,8 +5,6 @@ including encrypting files or data streams without having to be cryptographers. The companion to MCrypt is libmcrypt, which contains the actual encryption functions themselves and provides a standardized mechanism for accessing them. -mcrypt and libmcrypt packages are recommended if you are using phpmyadmin for -database administration. - -To actually use mcrypt, you would have to recompile php with the following -config switch: "--with-mcrypt=shared,/usr/bin" +The mcrypt package is recommended if you are using phpmyadmin for database +administration. To actually use mcrypt, you would have to recompile php with +the following config switch: "--with-mcrypt=shared,/usr/bin" |