In my case it happened because i uncommented the extension=php_mysqli.dll line in php.ini file for running some other package. After googling around i found that you should not uncomment anything directly from php.ini instead you should install the required php extension and it will do the rest.