Erm, help, chaps!
I'm trying to get PHP 4.3 working on Windows XP with IIS as server.
Was able to make the CGI installation program go through its hoops
(which I've done on various platforms before now), but this one
isn't working properly. I think the problem is that it's
not communicating with the IIS server correctly.
I have
extension_dir = "c:\php"
enable_dl = off
cgi.force_redir ect = 0
I don't have any of the php_* extensions set. Anything with
domain name is set to localhost.
IIS services seem to be working. I can bring up the Microsoft
help page, and so forth. I did set IIS to start on boot.
I'm trying to get PHP 4.3 working on Windows XP with IIS as server.
Was able to make the CGI installation program go through its hoops
(which I've done on various platforms before now), but this one
isn't working properly. I think the problem is that it's
not communicating with the IIS server correctly.
I have
extension_dir = "c:\php"
enable_dl = off
cgi.force_redir ect = 0
I don't have any of the php_* extensions set. Anything with
domain name is set to localhost.
IIS services seem to be working. I can bring up the Microsoft
help page, and so forth. I did set IIS to start on boot.
Comment