SERVER API

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gastonlm
Forum Commoner
Posts: 26
Joined: Tue May 07, 2002 10:19 am
Location: Buenos Aires, Argentina
Contact:

SERVER API

Post by gastonlm »

I'm installing php and I have a problem. When I execute the phpinfo(), I can see that the SERVER API is CGI. I need it to be ISAPI. How can I change it?
PLEASE HELP ME!!!
User avatar
chiefmonkey
Forum Commoner
Posts: 25
Joined: Sat Apr 20, 2002 5:21 am
Location: Glasgow UK

Re: SERVER API

Post by chiefmonkey »

gastonlm wrote:I'm installing php and I have a problem. When I execute the phpinfo(), I can see that the SERVER API is CGI. I need it to be ISAPI. How can I change it?
PLEASE HELP ME!!!
Well you could start by reading the documentation that comes with the PHP download, that talks you through it fairly well

Windows or Linux ??

George
gastonlm
Forum Commoner
Posts: 26
Joined: Tue May 07, 2002 10:19 am
Location: Buenos Aires, Argentina
Contact:

Post by gastonlm »

I have solved the problem.
Thanks.
Post Reply