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:
authorMarc Delisle <marc@infomarc.info>2015-08-21 14:55:16 +0300
committerMarc Delisle <marc@infomarc.info>2015-08-21 14:55:16 +0300
commit6a9d80eb89971b380e487fba1e5930c23ebd8651 (patch)
tree04ea4cb3575955ab24fb8b2d777c518b596513a9 /doc/require.rst
parentfb2fb18dcdf3b01a326ad2a2338b305c03a13373 (diff)
Minimum supported PHP version is now 5.5
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 9628e66f60..cb524632a3 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -12,7 +12,7 @@ web server (such as Apache, nginx, :term:`IIS`) to install phpMyAdmin's files in
PHP
---
-* You need PHP 5.3.0 or newer, with ``session`` support, the Standard PHP Library
+* You need PHP 5.5.0 or newer, with ``session`` support, the Standard PHP Library
(SPL) extension, JSON support, and the ``mbstring`` extension.
* To support uploading of ZIP files, you need the PHP ``zip`` extension.