Brian Bennett - 2017-02-22

MySQL: Server version 5.7.17
PHP: 7.0.15
Subversion: 1.9.4
Ubuntu Desktop 16.10 64-bit

After entering credentials on Database tab in install/install.php and clicking Test Database connection, we get the error: Missing extension for mysql.

Also note that prior to this, I had to manually make the following changes in install/install.php:
mysql_connect() -> mysqli_connect()
mysql_select_db() -> mysqli_select_db()
mysql_errno() -> mysqli_errno()
Since I got "Call to undefined function" on each before changing.