I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice the difference of 'module' and 'procedure' in the two error messages.) Why isn't it working? *sighs*
Thanks in advance.
I copied php5ts.dll and libmysql.dll to my Apache2\bin folder, and mod_php is working just fine. I have c:\php in my path and c:\php\ext as my extensions folder. If you're using a different setup than mod_php, the problem is likely your path. Does the folder where php.exe, php5ts.dll and libmysql.dll come *before* your mysql\bin folder and your system32 folder?
Hope that helps.
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php