I recently loaded version 5.2.5 on an Windows 2003 Server with IIS 6.0. It was loaded with the MySQL extension and MySQLi extension. Server has been rebooted a number of times and the php.ini file checks out fine. When phpinfo is run the MySQL extensions do not show up as being seen. Anyone have any ideas as to why this would be happening?
Thanks,
C
Do you see libmysql.dll in the main PHP installation directory (e.g. c:\php) ?
If so, has that PHP directory been added to your server's PATH environment variable?
Yes I see the dll also the path is in the environment. I have loaded previous versions with no issues this one just doesn't seem to want to work correctly.
Ok... have you tried disabling all other extensions and only enabling the MySQL extension? Have you been restarting IIS after every change to the php.ini file? Did you completely restart the server when the environment path was changed?