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-09 14:53:13 +0400
committerMichal Čihař <mcihar@suse.cz>2012-11-09 14:53:13 +0400
commitdfd72c2d3dcef781ea5d2e8213640f1c331eacd1 (patch)
treeab5cee852abb2252bb9875fcfe5101800a7b96fc /doc/require.rst
parentd32b60ae91d8d1d1bbf3db98ac43bec37ea98004 (diff)
Move files to doc subdir
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.
+