Home > Article > Backend Development > 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!