I am having trouble installing php 4.4.0, i followed the directions on php.net for windows installation, using manual installation, for my Apache 2.0 server
The next problem is... when i try to add these lines to my httpd.conf to install php... i am unable to "restart or start" the apache2 server, because it says operation failed when i add the following lines:
# For PHP 4 do something like this:
LoadModule php4_module "d:/php-4.4.0/php4apache2.dll"
# Don't forget to copy the php4apache2.dll file from the sapi directory!
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "d:/php-4.4.0"
I also did the steps in manual installation, such as add path in system->enviornment variables->
";;;D:\php-4.4.0"
Note: im sorta not sure about the 3 semi colons, but it said to add 1 semicolon, and it already had 2 so im assuming it will work.
Note: My windows is in D:/...
Note: Running windows XP.
Please help, thank you :>