Hi,
I am so frustrated. I have got PHP5 running fine on apache 2.2, under windows XP.
I have spend hours trying to get php to connect to the mysql server but the extension is not loading correctly.
I followed ALL the instructions on this page:
www.php.net/mysql
I have specified the extension dir, I have checked to make sure the files are in the correct directories. php_mysql.dll in the ext dir (C:\php\ext) and libmysql.dll is in the php dir (C:\php)
I have set the extension_dir in my php.ini file to extension_dir = "C:\php\ext\"
I have added c:\php\ to my windows PATH.
I have turned error reporting on.. and apache is telling me this when it starts.
PHP Startup: Unable to load dynamic library 'C:\php\ext\php_mysql.dll' - The specified module could not be found.
I have no idea why, the file is there i am 110% certain, this is the second time I have tried to install PHP and Mysql on windows and had the same problem.
/me wishes I could use something as easy as synaptic to install it.. but unfortunatley I need to use WINDOWS.
Can anyone help please.