Home > Backend Development > PHP Tutorial > What is the difference between PHP using CGI and embedding modules on the server? _PHP Tutorial

What is the difference between PHP using CGI and embedding modules on the server? _PHP Tutorial

WBOY
Release: 2016-07-13 11:00:14
Original
745 people have browsed it

PHP running in CGI mode has the following shortcomings:
1. Basic arguments cannot be used
2. The returned variables are inaccurate, such as PHPSELF, which will add the path of the interpreter in front of the file name
3. Run Slow and consumes a lot of system resources

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631817.htmlTechArticlePHP running in CGI mode has the following shortcomings: 1. Basic arguments cannot be used 2. The returned variables are inaccurate, For example, PHPSELF will add the path of the interpreter in front of the file name 3. The running speed is slow and the system consumption is...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template