Hey guys, this isn't my first time installing PHP, although it is pretty my first time doing it on a Windows machine. I have done it on Mac and Linux machines more than a few times.
Anyways, I had installed Apache Server 2.2.3, and also installed PHP 5.2.1. For some reason, PHP never worked on my Windows machine, and I couldn't figure out why. Today I decided I would download PHP 5.2.3 and upgrade, and see if it would work, but once again it did not.
So, determined to get PHP to work, I decided to uninstall PHP and Apache completely, and do a fresh install. So I did.
First I installed Apache (same version), and then I installed PHP 5.2.3 (using the Win32 MSI installer). I installed both to their default directories that the installer wants to use.
When I try to run a PHP script, however, I still get the exact same errors as I was beforehand. This is what happens:
I open my browser, and I go to the address: localhost/info.php
When I do this, it thinks for a few seconds, and then brings up a nice little error message:
[ATTACH]3102[/ATTACH]
This error has really befuddled me....so I decided to also try running PHP from the command line....When I do so, this happens:
[ATTACH]3103[/ATTACH]
After I press okay, this turns up:
[ATTACH]3104[/ATTACH]
I know the Apache .conf file is fine...the PHP .ini file is fine...it seems that it can't find some DLL files, which is pretty strange....I've googled around for help, but so far haven't found anything really similar to my problem.
Anyone got a clue what I can do to get this solved?