Lock page when changes are done in the SQL editor
[phpmyadmin.git] / doc / require.rst
bloba6e84ebc39603dc417fffe00801620fd705c3064
1 .. _require:
3 Requirements
4 ============
6 Web server
7 ----------
9 Since phpMyAdmin's interface is based entirely in your browser, you'll need a
10 web server (such as Apache, nginx, :term:`IIS`) to install phpMyAdmin's files into.
12 PHP
13 ---
15 * You need PHP 5.5.0 or newer, with ``session`` support, the Standard PHP Library
16   (SPL) extension, JSON support, and the ``mbstring`` extension (see :term:`mbstring`).
18 * To support uploading of ZIP files, you need the PHP ``zip`` extension.
20 * You need GD2 support in PHP to display inline thumbnails of JPEGs
21   ("image/jpeg: inline") with their original aspect ratio.
23 * When using the cookie authentication (the default), the `openssl
24   <https://secure.php.net/openssl>`_ extension is strongly suggested.
26 * To support upload progress bars, see :ref:`faq2_9`.
28 * To support XML and Open Document Spreadsheet importing, you need the
29   `libxml <https://secure.php.net/libxml>`_ extension.
31 * To support reCAPTCHA on the login page, you need the
32   `openssl <https://secure.php.net/openssl>`_ extension.
34 * To support displaying phpMyAdmin's latest version, you need to enable
35   ``allow_url_open`` in your :file:`php.ini` or to have the
36   `curl <https://secure.php.net/curl>`_ extension.
38 .. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`
40 Database
41 --------
43 phpMyAdmin supports MySQL-compatible databases.
45 * MySQL 5.5 or newer
46 * MariaDB 5.5 or newer
48 .. seealso:: :ref:`faq1_17`
50 Web browser
51 -----------
53 To access phpMyAdmin you need a web browser with cookies and JavaScript
54 enabled.
56 You need browser which is supported by jQuery 2.0, see
57 <https://jquery.com/browser-support/>.