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 and PHP, but what > are the variables and their names. If fastcgi is the pipe and I'm > trying to understand what needs to be sent down the pipe. I have not > been able to find documentation, and even better would be a sample > implementation in Java or python. > > If this isn't the right place to ask, could some point me to the right > place?
http://www.fastcgi.com/devkit/doc/fcgi-spec.html maybe? Cheers -- Matteo Beccati OpenX - http://www.openx.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
