I use PHP5 and the problem is when I start IIS, I get this error "PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mysql.dll' - The specified module could not be found.". What does this error mean?
I set extension_dir = "C:\PHP\ext" in php.ini, but each time I try to start IIS, i get the same error.


