View Single Post
Old 11-11-2004, 05:10 AM  
notjoe
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Toronto, Canada
Posts: 5,599
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.
notjoe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote