[PHP] PHP Installed in CGI for IIS 5(microsoft)

2001-12-06 Thread pong-TC

Hello  All

Has anyone installed and used PHP in CGI (not ISAPI) for IIS 5?  Is it
running good?  I mean you got a full capability as PHP has, and there is
no serious harm to the webserver(IIS 5).   I am also using ASP.  I don't
know installing PHP on the system will jeopardize the ASP application. 
Please let me know.

Thank you.
Pong


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP Installed in CGI for IIS 5(microsoft)

2001-12-06 Thread Kurt Lieber

On Thursday 06 December 2001 11:23 am, pong-TC wrote:
 Has anyone installed and used PHP in CGI (not ISAPI) for IIS 5?  Is it
 running good?  I mean you got a full capability as PHP has, and there is
 no serious harm to the webserver(IIS 5).   I am also using ASP.  I don't
 know installing PHP on the system will jeopardize the ASP application.
 Please let me know.

In my experience, setting up a CGI version of PHP on IIS is easier than the 
ISAPI version.  The major drawback is speed:  the CGI version will be much, 
much slower.  Not a big deal if you have a low volume site, though.

Shouldn't affect your ASP pages at all -- the two can happily co-exist on the 
same server.

hth

--kurt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]