diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-13 00:40:54 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:40:54 +0200 |
commit | 26fe1ea66747493e0db11444c2efcfec429e4f08 (patch) | |
tree | 4a32682d20135a8e54a8449dc8ec7e2fd9c5dd70 /system/mcrypt/README | |
parent | 3f686466c732a347a968f1cd013745b0243baf88 (diff) | |
download | slackbuilds-26fe1ea66747493e0db11444c2efcfec429e4f08.tar.gz |
system/mcrypt: Updated for version 2.6.8
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" |