Translated using Weblate (Slovenian)
[phpmyadmin.git] / doc / require.rst
blob762eea80ca1000950b50387d666ed596fcad23cf
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 7.1.3 or newer, with ``session`` support, the Standard PHP Library
16   (SPL) extension, hash, ctype, and JSON support.
18 * The ``mbstring`` extension (see :term:`mbstring`) is strongly recommended
19   for performance reasons.
21 * To support uploading of ZIP files, you need the PHP ``zip`` extension.
23 * You need GD2 support in PHP to display inline thumbnails of JPEGs
24   ("image/jpeg: inline") with their original aspect ratio.
26 * When using the cookie authentication (the default), the `openssl
27   <https://www.php.net/openssl>`_ extension is strongly suggested.
29 * To support upload progress bars, see :ref:`faq2_9`.
31 * To support XML and Open Document Spreadsheet importing, you need the
32   `libxml <https://www.php.net/libxml>`_ extension.
34 * To support reCAPTCHA on the login page, you need the
35   `openssl <https://www.php.net/openssl>`_ extension.
37 * To support displaying phpMyAdmin's latest version, you need to enable
38   ``allow_url_open`` in your :file:`php.ini` or to have the
39   `curl <https://www.php.net/curl>`_ extension.
41 .. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`
43 Database
44 --------
46 phpMyAdmin supports MySQL-compatible databases.
48 * MySQL 5.5 or newer
49 * MariaDB 5.5 or newer
51 .. seealso:: :ref:`faq1_17`
53 Web browser
54 -----------
56 To access phpMyAdmin you need a web browser with cookies and JavaScript
57 enabled.
59 You need a browser which is supported by jQuery 2.0, see
60 <https://jquery.com/browser-support/>.