Previously, Franklin Hays said:
> 
> RE: PHP as a CGI or Module

Generally people will almost always use the module because it's faster and
simpler, and gives you some IPC kind of advantages that the CGI doesn't
have ("internal" cross-talk with Apache).

Reasons to use the CGI:

1. Windows servers must use CGI form

2. If you want to use command-line PHP scripts you need the CGI form

3. If you want suExec support I believe you need to use the CGI form

 -dan

-- 
If you try to fail, and succeed, which have you done?  -George Carlin

-- 
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]

Reply via email to