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>2016-01-20 15:23:24 +0300
committerMarc Delisle <marc@infomarc.info>2016-01-20 15:23:24 +0300
commitb039a58347548d9309cc1bf38e3534222da70349 (patch)
treef891311d45234ff58127b2778c862b9972ae4463 /doc/require.rst
parent0df7eeecc1350af3570781d7ba16ffa71e9a3097 (diff)
PHP requirement to display phpMyAdmin version
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 30cf1109f7..71e24f83ea 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -31,6 +31,10 @@ PHP
* To support reCAPTCHA on the login page, you need the
`openssl <http://www.php.net/openssl>`_ extension.
+* To support displaying phpMyAdmin's latest version, you need to enable
+ ``allow_url_open`` in your :file:`php.ini` or to have the
+ `curl <http://www.php.net/curl>`_ extension.
+
* Performance suggestion: install the ``ctype`` extension.
.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`