Remove strict dependencies for MySQL

This commit is contained in:
David Bomba 2021-05-28 13:29:54 +10:00
parent 1f4493f191
commit eca7d37c2e

View File

@ -25,7 +25,7 @@ use Illuminate\Support\Facades\Queue;
class SystemHealth class SystemHealth
{ {
private static $extensions = [ private static $extensions = [
'mysqli', // 'mysqli',
'gd', 'gd',
'curl', 'curl',
'zip', 'zip',
@ -34,7 +34,7 @@ class SystemHealth
'mbstring', 'mbstring',
'xml', 'xml',
'bcmath', 'bcmath',
'mysqlnd', // 'mysqlnd',
//'intl', //todo double check whether we need this for email dns validation //'intl', //todo double check whether we need this for email dns validation
]; ];