MySQL Forums
Forum List  »  PHP

PHP5 + Apache 2 -- Success = No Success?
Posted by: Johnny Ooi
Date: July 04, 2006 12:24PM

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

Options: ReplyQuote


Subject
Written By
Posted
PHP5 + Apache 2 -- Success = No Success?
July 04, 2006 12:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.