From 1a3912f25a27c8d78aacbbee98f6056f4ad47f1a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 21 Dec 2025 19:26:08 +0100 Subject: Improve configuration checks (#8334) Add a distinction between recommended and required extensions. Add check for recommended php-intl extension as follow-up of https://github.com/FreshRSS/FreshRSS/pull/8329#issuecomment-3677686581 Improve related checks such as ZIP. Reduce duplicated translations and tests. --- app/install.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index 30346c1ae..3abd652e8 100644 --- a/app/install.php +++ b/app/install.php @@ -444,6 +444,9 @@ function printStep1Template(string $key, string $value, array $messageParams = [ if ('ok' === $value) { $message = _t("install.check.{$key}.ok", ...$messageParams); ?>

-

+

-

+