The "mysqli" extension on the PHP information page not showing up?

Bingyan

New member
After installing mysql 5.5, the "mysqli" extension on the PHP information page still not showing up even I removed the ";" at extension=php_mysqli.dll in the file php.ini to enable it and why is that? I use IIS 5.1, php 5.2.5, and mysql 5.5. The file php.ini is located at C:\WINDOWS\php.ini. Check my php.ini file to see if anything's wrong inside the configuration file.

My php.ini configuration file:
http://www.mediafire.com/file/uvizcd628r2i8bp/php.ini

Download the file and see if there's something wrong and if you corrected my file please email the corrected file to [email protected]
 
Are you sure you have the correct php.ini file? Is it the location listed in your phpinfo page? The default location is usually in the php install directory. Also, in case you did not know, the preferred method of php installation on MS Windows is via the MS Web Platform installer, which I think enables mysqli and mysql extensions by default.
 
Back
Top