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:35:27 +0300
committerMarc Delisle <marc@infomarc.info>2015-09-23 15:35:27 +0300
commit692c555c3fd625f9efdee7abf8483cce2d0d6986 (patch)
treee7ae5089fbfe7927c2c84344e7536e2b769aa431 /doc/require.rst
parentbab06a7bffc450d0b38dc170ffcd05417a321ee6 (diff)
Replace the mcrypt extension suggestion with openssl
See http://blog.remirepo.net/post/2015/07/07/About-libmcrypt-and-php-mcrypt Signed-off-by: Marc Delisle <marc@infomarc.info>
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`.