DEV Community

Discussion on: Classification of computer languages (III)

 
cviniciussdias profile image
Vinicius Dias

Yeah, but PHP isn't run in "CGI manner". Old applications run it with an Apache module, where apache can directly execute PHP.

New applications tend to work with FastCGI (php-fpm). There's no up-to-date method of using PHP in a "CGI manner".