Quote:
Originally posted by Voodoo
Running PHP Command Line Mode. Instead of in Apache mode.
|
Running PHP from the command line - Executing the script via the shell terminal you're logged in to
Running PHP as a CGI - The webserver forks the process and executes the script (somewhat simular to the command line)
Running PHP as a module - APACHE internally processes the script instead of forking a process and using the php binary file to execute the script.