Home  >  Article  >  Backend Development  >  Can c develop a php server?

Can c develop a php server?

王林
王林Original
2019-10-16 11:47:022193browse

Can c develop a php server?

Steps to develop php server in C language:

1. Complete the basic tcp connection and support basic client connection

2. Use fork( ) to support concurrent access to the server

3. Simple http access, support static page access

4. Support PHP dynamic page access

5. A certain error reporting mechanism is required. Such as the establishment of 404 page

Recommended tutorial:PHP video tutorial

The above is the detailed content of Can c develop a php server?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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