PHP5 + Apache 2 -- Success = No Success?
Hi all, I've been trying to get Apache 2 working with PHP5 without too much luck and I was hoping someone here could help me out.
Here's what I've done.
I started off with Apache 2 (V2.0.50), and PHP 4.3.10. I downloaded the PHP connectors from this site (both V5.0.22 and 4.1.20). I have MySQL V4.1.20 installed.
I followed the instructions, and, by using the 4.1.20 connector, I have managed to get the mysqli extension to show up on the phpinfo page by copying the two dlls (mysqli.dll, php_mysql.dll) to c:\php5 (my PHP install dir), and also to c:\winnt (just to make sure.) However, if I use phpmyadmin, or anything that tries to connect, I get a failure. For phpmyadmin, it says it can't load the driver. For mediawiki, it complains about the mysql.so file (which I won't have, since I'm running Windows, not Linux).
Can anyone tell me where I'm screwing up? :P