Merge remote-tracking branch 'origin/master'
[phpmyadmin.git] / doc / require.rst
blob602fd1e803d6ba0dad2f09319479d8cd079dd9b6
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, :term:`IIS`) to install phpMyAdmin's files into.
12 PHP
13 ---
15 * You need PHP 5.3.0 or newer, with ``session`` support, the Standard PHP Library
16   (SPL) extension, JSON support, and the ``mbstring`` extension.
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 `mcrypt
24   <http://www.php.net/mcrypt>`_ 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 <http://www.php.net/libxml>`_ extension.
31 * Performance suggestion: install the ``ctype`` extension.
33 .. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`
35 Database
36 --------
38 phpMyAdmin supports MySQL-compatible databases.
40 * MySQL 5.5 or newer
41 * MariaDB 5.5 or newer
42 * Drizzle
44 .. seealso:: :ref:`faq1_17`
46 Web browser
47 -----------
49 To access phpMyAdmin you need a web browser with cookies and javascript
50 enabled.