Re: [PHP-DEV] PHP support in a web server

2009-07-23 Thread Matteo Beccati
Terry Braun ha scritto: > Hi, > I have a created a small web server written in JavaScript (it runs on > the Rhino engine). http://github.com/talkingtab/whimjs/tree/master > > I want to add PHP support. I understand that I need to support the > fastcgi spec and that is the pipe between the server

[PHP-DEV] PHP support in a web server

2009-07-22 Thread Terry Braun
Hi, I have a created a small web server written in JavaScript (it runs on the Rhino engine). http://github.com/talkingtab/whimjs/tree/master I want to add PHP support. I understand that I need to support the fastcgi spec and that is the pipe between the server and PHP, but what are the varia