[PHP] Installing on Windows.... CGI v. ISAPI?

2004-12-29 Thread GH
#1 what is ISAPI? #2 which method is better to install PHP with IIS? ISAPI or CGI? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Installing on Windows.... CGI v. ISAPI?

2004-12-29 Thread John Holmes
GH wrote: #2 which method is better to install PHP with IIS? ISAPI or CGI? ISAPI... no idea what it stands for though, but installing PHP that way will make it a module within the server instead of an .exe file that's loaded with each PHP request... -- ---John Holmes... Amazon Wishlist:

Re: [PHP] Installing on Windows.... CGI v. ISAPI?

2004-12-29 Thread Frank M. Kromann
Hi, Though the ISAPI version is getting more stable it's still not as stable as the CGI version. As an alternative to CGI you can use FastCGI. It installs a module in the IIS web server and will preload a number of PHP processes. This will make the web requests perform almost as fast as the

Re: [PHP] Installing on Windows.... CGI v. ISAPI?

2004-12-29 Thread Greg Donald
On Wed, 29 Dec 2004 11:27:35 -0500, GH [EMAIL PROTECTED] wrote: #1 what is ISAPI? Internet/Information Services Application Programming Interface -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To