Database Support was not found.

Estoy intentando instalar Suitecrm 7.10.8 en Cpanel con php version 7 y tengo el siguiente error

Database Support was not found. Please make sure you have the necessary drivers for one of the following supported Database Types: MySQL or MS SQLServer. You might need to uncomment the extension in the php.ini file, or recompile with the right binary file, depending on your version of PHP. Please refer to your PHP Manual for more information on how to enable Database Support.

Ya ingrese dentro de usr/local/lib/php.ini para modificarlo sin embargo dentro de la extensiones comentadas no encontre la correspondiente a mysql
las que se encuentran mas parecidas son

;extension=php_mssql.dll
;extension=php_msql.dll

Si por favor alguien me puede indicar cual linea o lineas se tienen que descomentar o si es necesario agregar alguna linea.

Bueno, y cual es tu base de datos? Es MySQL? Y esto es en Linux? Cual?

La extension correcta suele llamarse mysqli.

Tienes que asegurarte que estás editando el php.ini cierto, puede haber más que uno.