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