Forum Moderators: coopster
I have setup the follwoing.
PHP 5.0 + MySQL 5.0 + IIS6 under Windows Server 2003 svr.
After many dificulties i have downloaded the extension dlls and put every thing in correct place and managed to overcome the error ;
>>unable to load dynamic library './php_mysql.dll' - The specified module could not be found.<<
But now another error ;
Unable to load dynamic library 'e:\php\extensions\php_mysql.dll' - The specified procedure could not be found.
"The specified procedure could not be found."
Whats wrong? Now what i should do friends?
Must not be a lot of IIS users around here anymore!
Nah...I still use it...I've just been a slacker in the forumn lately :-/
No matter what the text says about a procedure or module you still are not loading the dll. Either it really does not exist where you are telling php to look OR iis/php does not have the proper permission to run the dll. Check to make sure the internet user has permission.
You can also run the script from the command line as admin and see what happens. If it runs there then you know that it is an iis issue.
JAG
Check in the php ext folder for the extension its self if its not there download it, ensure your php.ini file is configured correctly for the extensions directory.
Other than that does IIS need the same or similar lines that apache's httpd.conf file requires to load php altho im guessing from the error that its loading the php module/extension just the ones that php wants to load (or some of them) arnt playing ball.