I just upgraded to PHP7 and WordPress 4.8.1 and am encountering fatal errors because mysql_connect has been deprecated and mysqli_connect is not defined anywhere in the code base.
I had a version of php-mysqli.dll that I updated with a "newer" version in the php/ext folder, but neither seems to work.
What am I missing here?