PHP Manual Summary "Installation and Configuration"

Source: Internet
Author: User
Tags sapi

One: How the Web server connects to the PHP interpreter

There are two ways to connect PHP to the server.

1 "Connect via SAPI module

For many servers, PHP has a direct module interface (also called SAPI). These servers include Apache, Microsoft Internet Information Server, Netscape, and IPlanet. Many other servers support ISAPI, the Microsoft Module interface (OMNIHTTPD is an example).

2 is handled by PHP CGI

If PHP cannot support a Web server as a module, it can always be used as a CGI or FastCGI processor. This means you can use PHP's CGI executable to process PHP file requests on all servers.

Two: Install PHP

The initial configuration and installation process of PHP is controlled by a series of command-line options in the configure script. All available compilation options and short explanations for PHP can be learned through the ./configure--help Command

Note:

PHP Core configuration options Description: http://php.net/manual/zh/configure.about.php

installation GCC-4.6.1 Detailed tutorial: http://blog.163.com/phys_atom/blog/static/1676445532012229814992/

Getting Started with GCC: http://developer.51cto.com/art/200609/32317.htm

 

PHP Manual Summary "Installation and Configuration"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.