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 15:01:46 +0400
committerMichal Čihař <mcihar@suse.cz>2012-11-09 15:01:46 +0400
commit318701f0e5fd0b5443027abff7b250dd7144eb45 (patch)
tree946caf68fb2f9e769b8550a440ee94dc94234e2f /doc/require.rst
parentfb6dae0c4e728983669d2f44a1d3698ada91f7ee (diff)
Revert move to docs
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/require.rst b/doc/require.rst
deleted file mode 100644
index 74ac66a58e..0000000000
--- a/doc/require.rst
+++ /dev/null
@@ -1,33 +0,0 @@
-.. _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.
-