From 9fdfd299aed18e4bd268a0bfb9a759a92f798fc8 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 21 Jan 2021 11:11:52 +0000 Subject: [PATCH] be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429 --- CHANGELOG.TXT | 1 + INSTALL.TXT | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index e811364a..9dbeacf8 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -26,6 +26,7 @@ Version 3.3.1 - 2021/01/11 Version 3.3 - 2021/01/09 ------------------------------------------------- + - PostfixAdmin requires PHP 7.0 or greater. - Change setup.php to use PHP's password_hash() for the config setup_password . (breaking change, existing setup passwords will fail to work and need regenerating) - Change setup.php to not reveal system paths etc until a setup_password is configured and provided (see: https://github.com/postfixadmin/postfixadmin/issues/402 ) - Move to bootstrap theme ( see https://github.com/postfixadmin/postfixadmin/pull/172 ) diff --git a/INSTALL.TXT b/INSTALL.TXT index e969ef34..ca10092d 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -9,7 +9,7 @@ REQUIREMENTS ------------ - Postfix - Apache / Lighttpd -- PHP (for web server) +- PHP 7.0 or greater (for web server) - one of the following databases: - MariaDB/MySQL - PostgreSQL