From eca7d37c2e26f7d085127fdeda3fd5b0f8f63698 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 28 May 2021 13:29:54 +1000 Subject: [PATCH] Remove strict dependencies for MySQL --- app/Utils/SystemHealth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Utils/SystemHealth.php b/app/Utils/SystemHealth.php index 3d1d72317977..dc7a9f6b0bac 100644 --- a/app/Utils/SystemHealth.php +++ b/app/Utils/SystemHealth.php @@ -25,7 +25,7 @@ use Illuminate\Support\Facades\Queue; class SystemHealth { private static $extensions = [ - 'mysqli', + // 'mysqli', 'gd', 'curl', 'zip', @@ -34,7 +34,7 @@ class SystemHealth 'mbstring', 'xml', 'bcmath', - 'mysqlnd', + // 'mysqlnd', //'intl', //todo double check whether we need this for email dns validation ];