Home  >  Article  >  Backend Development  >  求解怎么调用PHP解析器

求解怎么调用PHP解析器

WBOY
WBOYOriginal
2016-06-13 11:10:391091browse

求解如何调用PHP解析器
我想做个HTTP服务器,前面解析报文,静态文本HTML传输什么的都完成了。下面想做PHP的功能,以前只做过java的,现在对于php这个一点儿思路没有,查了下,有个PHP解析器这个东西,但是怎么实现在C程序中调用,以及传递参数。新手表示体系完全没有弄懂,求解释下思路。


------解决方案--------------------
不是很清楚你为什么要PHP,如果你连HTTP服务都自己实现了,再实现PHP的话,你干嘛不用Apache?

说说你的要解决什么问题,说不定有更简单的方法。
------解决方案--------------------
一种实现方式
用fastcgi协议实现php和http的通信
PHP-FPM是php一个进程管理器,默认监听9000端口

你的http要自己实现fastcgi协议 下面链接别人的实现
http://www.itcoder.me/?p=250
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