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-05-26 22:14:47 +0300
committerMarc Delisle <marc@infomarc.info>2015-05-26 22:14:47 +0300
commitd9cdb8d73ca25f09651c01aa2749559dd8ede037 (patch)
treeb9bc3ec1e629d13593ec57ac06472b07d5c04007 /doc/require.rst
parentd9a3db99c849eb5ccbbb085115cb22ca6fb1a41e (diff)
parenta0750f9582bf8c9b490e8996f073f79e43488360 (diff)
Merge branch 'QA_4_4'
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/require.rst b/doc/require.rst
index ceb7eda856..122ec032e2 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -28,6 +28,9 @@ PHP
* To support XML and Open Document Spreadsheet importing, you need the
`libxml <http://www.php.net/libxml>`_ extension.
+* To support reCAPTCHA on the login page, you need the
+ `openssl <http://www.php.net/openssl>`_ extension.
+
* Performance suggestion: install the ``ctype`` extension.
.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`