From f9a00a92ed6214bb1c7eeb3c0e01da3cff16f8ce Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 3 Apr 2007 16:19:15 +0000 Subject: [PATCH] [doc] requirement of mcrypt on 64-bit, thanks to Isaac Bennetch --- ChangeLog | 1 + Documentation.html | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d47656d49..91ed35420 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,6 +45,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [querywindow] tweaks in sql history view + [export] Native Excel (Spreadsheet_Excel_Writer) improvements, thanks to Christian Schmidt ++ [doc] requirement of mcrypt on 64-bit, thanks to Isaac Bennetch 2.10.1.0 (not released yet) ===================== diff --git a/Documentation.html b/Documentation.html index 0725bf0db..3418f13a2 100644 --- a/Documentation.html +++ b/Documentation.html @@ -65,13 +65,16 @@ original aspect ratio
  • You need PHP 4.3.0 or newer to use the "text/plain: external" MIME-based transformation
  • +
  • When using the "cookie" + authentication method, the + mcrypt extension + is strongly suggested for most users and is required for + 64–bit machines. Not using mcrypt will cause phpMyAdmin to + load pages significantly slower. +
  • MySQL 3.23.32 or newer (details);
  • -
  • Not really a requirement but a strong suggestion: if you are using - the "cookie" authentication method, having the mcrypt - PHP extension on your web server accelerates not only the login - phase but every other action that you do in phpMyAdmin.
  • Web browser with cookies enabled.