[doc] requirement of mcrypt on 64-bit, thanks to Isaac Bennetch
This commit is contained in:
@@ -45,6 +45,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
+ [querywindow] tweaks in sql history view
|
+ [querywindow] tweaks in sql history view
|
||||||
+ [export] Native Excel (Spreadsheet_Excel_Writer) improvements,
|
+ [export] Native Excel (Spreadsheet_Excel_Writer) improvements,
|
||||||
thanks to Christian Schmidt
|
thanks to Christian Schmidt
|
||||||
|
+ [doc] requirement of mcrypt on 64-bit, thanks to Isaac Bennetch
|
||||||
|
|
||||||
2.10.1.0 (not released yet)
|
2.10.1.0 (not released yet)
|
||||||
=====================
|
=====================
|
||||||
|
@@ -65,13 +65,16 @@
|
|||||||
original aspect ratio</li>
|
original aspect ratio</li>
|
||||||
<li>You need PHP 4.3.0 or newer to use the
|
<li>You need PHP 4.3.0 or newer to use the
|
||||||
"text/plain: external" MIME-based transformation</li>
|
"text/plain: external" MIME-based transformation</li>
|
||||||
|
<li>When using the "cookie"
|
||||||
|
<a href="#authentication_modes">authentication method</a>, the
|
||||||
|
<a href="http://www.php.net/mcrypt"><tt>mcrypt</tt></a> extension
|
||||||
|
is strongly suggested for most users and is <b>required</b> for
|
||||||
|
64–bit machines. Not using mcrypt will cause phpMyAdmin to
|
||||||
|
load pages significantly slower.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><b>MySQL</b> 3.23.32 or newer (<a href="#faq1_17">details</a>);</li>
|
<li><b>MySQL</b> 3.23.32 or newer (<a href="#faq1_17">details</a>);</li>
|
||||||
<li>Not really a requirement but a <b>strong suggestion</b>: if you are using
|
|
||||||
the "cookie" authentication method, having the <tt>mcrypt</tt>
|
|
||||||
PHP extension on your web server accelerates not only the login
|
|
||||||
phase but every other action that you do in phpMyAdmin.</li>
|
|
||||||
<li><b>Web browser</b> with cookies enabled.</li>
|
<li><b>Web browser</b> with cookies enabled.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user