I have PHP4 running fine with mysql. I got PHP5 working on another port and it works fine, however it says:
Could not find a suitable database driver!
compile PHP using --with-mysql, or install the mysql.so module
So I was trying to fix this, I moved libmysql.dll into C:\php5\ext and I added C:\php5 to my windows path, rebooted so (apache and windows got restarted)
and it still says it.
Does anyone know how to fix this?