Refactored ConfigFile class so that it is no longer a singleton
[phpmyadmin.git] / doc / require.rst
blob4582d72869549e010df0d4759c3f1b4b226dc166
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 for most
25   users and is **required** for 64–bit machines. Not using mcrypt will
26   cause phpMyAdmin to load pages significantly slower.
28 * To support upload progress bars, see :ref:`faq2_9`.
30 * To support XML and Open Document Spreadsheet importing, you need the 
31   `libxml <http://www.php.net/libxml>`_ extension.
33 * Performance suggestion: install the ``ctype`` extension.
35 .. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`
37 Database
38 --------
40 phpMyAdmin supports MySQL-compatible databases. 
42 * MySQL 5.5 or newer
43 * MariaDB 5.5 or newer
44 * Drizzle
46 .. seealso:: :ref:`faq1_17`
48 Web browser
49 -----------
51 To access phpMyAdmin you need a web browser with cookies and javascript
52 enabled.