Hello, I'm Andrew Carter, a developer from the United Kingdom.
I've recently been working on a project called PHPFastCGI, that allows developers to write FastCGI applications that stay alive been HTTP requests (http://phpfastcgi.github.io/). Originally I implemented the protocol in PHP, but soon discovered that much better performance could be achieved using a custom PHP extension. This also allowed me to use libfcgi directly which has other benefits. Here is the repository for the extension: https://github.com/PHPFastCGI/php5-fastcgi I've tried to write this extension to the PECL standards, however, it is my first PHP extension so I can imagine that there will be many points for improvement. I've got a load of documentation sitting on my hard drive at the moment that is looking for a home. Is this something I would need to present before submitting the extension? It appears as if I'll already need to have a PECL account to follow the documentation guide on the website. Many Thanks, Andrew