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:
authorMarc Delisle <marc@infomarc.info>2015-09-23 15:37:47 +0300
committerMarc Delisle <marc@infomarc.info>2015-09-23 15:37:47 +0300
commit34d3657fbdb1979881ebfed9e2803740fcd3434a (patch)
tree178276f12d0660e147ac6a41404b38fb8bf7ee28 /doc/require.rst
parentfa4c7fcf758ac47bae09d42b9eb489169683e012 (diff)
parent692c555c3fd625f9efdee7abf8483cce2d0d6986 (diff)
Merge branch 'QA_4_5'
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 db5730f12a..61ab4bc179 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`.