|
Posted by Alvaro G. Vicario on 12/17/93 11:54
*** Samuel Shulman escribió/wrote (Tue, 01 Aug 2006 14:43:40 GMT):
> What is the difference between the 2 options for the installation of php
If I'm not wrong, ISAPI (Internet Server Application Programming Interface)
is a way to integrate PHP into the web server while CGI (Common Gateway
Interface) just calls the PHP interpreter as an external program and
captures its output.
According to PHP manual ISAPI offers better performance, but you need that
there's an ISAPI module for your web server. Also, with ISAPI you can
supposedly benefit for the integration in some other ways. E.g.:
http://es.php.net/manual/en/ref.apache.php
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Navigation:
[Reply to this message]
|