I'm considering upgrading from PHP7.4 to PHP8.0 on a Joomla 3.10.8 installation. I was surprised to find that my hosting provider only offers mysqlnd as a PHP extension in PHP 8.0, but not mysqli. This presumably means changing $dbtype in configuration.php in Joomla. Is there any difference between using mysqlnd and mysqli that would impact Joomla?
Is the mysqli extension considered obsolete?
I've looked elsewhere but can't find much information on this topic.
Postscript: After testing the PHP extensions available, it appears that Joomla will not allow $dbtype to be changed. The solution appears to be to select nd_mysqli extension (as well as mysqlnd) in the PHP8.0 extension list. In configuration.php $dbtype stays as mysqli.