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>2013-07-01 17:03:03 +0400
committerMichal Čihař <mcihar@suse.cz>2013-07-01 17:29:47 +0400
commit0f3754a271c55e2fc7689fd0e763b0c95bdca6b2 (patch)
tree44f7ca400aed81e611b25677ca595ecb1d999666 /doc/require.rst
parent3a0d5050a39dbeb11b9acd25afe8714cd335404c (diff)
Raise requirements to PHP 5.3
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 1452ee34ff..e45e8fef8c 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -12,7 +12,7 @@ web server (such as Apache, :term:`IIS`) to install phpMyAdmin's files into.
PHP
---
-* You need PHP 5.2.0 or newer, with ``session`` support, the Standard PHP Library
+* You need PHP 5.3.0 or newer, with ``session`` support, the Standard PHP Library
(SPL) extension and JSON support.
* To support uploading of ZIP files, you need the PHP ``zip`` extension.
@@ -31,7 +31,7 @@ PHP
* 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>`_
+ with the `libxml <http://www.php.net/libxml>`_
extension.
.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`