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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-01-04 05:07:43 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-02-18 18:33:03 +0300
commit2b830ea256b77281f4963af89ef586e23700e0ea (patch)
treeeacab46b160b864f284ff1a084f5fd335f9a8712 /doc/require.rst
parentd018f788e276a6b2403513ee5da6a98e480fd031 (diff)
Bump PHP minimum version to 7.2
PHP officially ended support for PHP 7.2 on 2020-11-30. So it is safe to bump the minimum version to PHP 7.2 for phpMyAdmin 5.2, which is likely to be released only in the second half of 2021. Related to #15607 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
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 e5c786ce49..6d7a5b8ff6 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 7.1.3 or newer, with ``session`` support, the Standard PHP Library
+* You need PHP 7.2.5 or newer, with ``session`` support, the Standard PHP Library
(SPL) extension, hash, ctype, and JSON support.
* The ``mbstring`` extension (see :term:`mbstring`) is strongly recommended