I downloaded and installed php7 from: http://windows.php.net/qa/#php-7.0-ts-VC14-x64
The php codes are running fine. I am not able to connect database using 'mysqli' Class. It says
Class 'mysqli' not found
I've uncommented extension=php_mysqli.dll
in php.ini file.
Did I miss anything while installing php7.