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:
authorMichal Čihař <mcihar@suse.cz>2012-11-12 11:59:53 +0400
committerMichal Čihař <mcihar@suse.cz>2012-11-12 11:59:53 +0400
commit937a3778215fbdc39e40f72ea967e1a9eb698e29 (patch)
treec5f31a43ee74ea747f28b77a31bf2a19b18d4860 /doc/require.rst
parentf5b862c36f51c693afae40067b938b6a602d3968 (diff)
Move to doc directory
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/require.rst b/doc/require.rst
new file mode 100644
index 0000000000..74ac66a58e
--- /dev/null
+++ b/doc/require.rst
@@ -0,0 +1,33 @@
+.. _require:
+
+Requirements
+============
+
+* **PHP**
+
+ * You need PHP 5.2.0 or newer, with ``session`` support (see
+ :ref:`faq1_31`) , the Standard PHP Library (SPL) extension and JSON
+ support.
+
+ * To support uploading of ZIP files, you need the PHP ``zip`` extension.
+
+ * For proper support of multibyte strings (eg. UTF-8, which is currently
+ the default), you should install the mbstring and ctype extensions.
+
+ * You need GD2 support in PHP to display inline thumbnails of JPEGs
+ ("image/jpeg: inline") with their original aspect ratio.
+
+ * When using the "cookie" :ref:`authentication_modes`, the `mcrypt
+ <http://www.php.net/mcrypt>`_ extension is strongly suggested for most
+ users and is **required** for 64–bit machines. Not using mcrypt will
+ cause phpMyAdmin to load pages significantly slower.
+
+ * To support upload progress bars, see :ref:`faq2_9`.
+
+ * To support XML and Open Document Spreadsheet importing, you need PHP
+ 5.2.17 or newer and the `libxml <http://www.php.net/libxml>`_
+ extension.
+
+* **MySQL** 5.0 or newer (see :ref:`faq1_17`);
+* **Web browser** with cookies enabled.
+