HELP!! PHP Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\Ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0



Why do I keep getting this error mesgage on my phpinfo() page trying to
get PHP and MySQL to communicate? I am running this in IIS.

Here's what I have -

My php.ini resides in my C:\WINNT directory. In it, I have removed the
';' from the extension=php_mysql.dll.

Also in the php.ini file I set extension_dir = c:\PHP\Ext

In c:\PHP\Ext I have the following files:

libmysqli.dll
libmySQL.dll
php5apache2.dll (Do I need this since I am using IIS)?
php5ts.dll
php_mysql.dll

Any help would be tremendously appreciated. I have spent a ton of time
on this.

Thanks.

.



Relevant Pages