From 692c555c3fd625f9efdee7abf8483cce2d0d6986 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 23 Sep 2015 08:35:27 -0400 Subject: [PATCH] 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 --- doc/require.rst | 4 ++-- 1 file 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 - `_ extension is strongly suggested. +* When using the cookie authentication (the default), the `openssl + `_ extension is strongly suggested. * To support upload progress bars, see :ref:`faq2_9`.