PHP 5 + Windows XP + Apache 2.0.49 install troubles...
Posted: Thu Feb 10, 2005 3:41 pm
Trying to get PHP installed. I'm using the MSI installer, PHP seems to install fine...
...now it's time to make the appropriate changes to my httpd.conf file. According to php.net, all I have to do is add in the following lines:
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php"
Well I tried that and it doesn't seem to work. In fact, I can't even restart Apache. First of all, I don't even have a "php5apache2.dll" file in my PHP directory.
Am I misunderstanding something...?
...now it's time to make the appropriate changes to my httpd.conf file. According to php.net, all I have to do is add in the following lines:
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php"
Well I tried that and it doesn't seem to work. In fact, I can't even restart Apache. First of all, I don't even have a "php5apache2.dll" file in my PHP directory.
Am I misunderstanding something...?