Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/require.rst b/doc/require.rst
index cb524632a3..49060836af 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -20,8 +20,8 @@ PHP
* You need GD2 support in PHP to display inline thumbnails of JPEGs
("image/jpeg: inline") with their original aspect ratio.
-* When using the cookie authentication (the default), the `mcrypt
- <http://www.php.net/mcrypt>`_ extension is strongly suggested.
+* When using the cookie authentication (the default), the `openssl
+ <http://www.php.net/openssl>`_ extension is strongly suggested.
* To support upload progress bars, see :ref:`faq2_9`.