appserver-in-php
appserver-in-php copied to clipboard
Generic HTTP applications approach for PHP5.3+ (inspired by Rack and WSGI)
http://php.net/manual/en/features.commandline.webserver.php
I'm trying to work around issue #23. For this, I tried to simply use a custom storage implementation that has my patch (LOCK_SH) in it. Unfortunately, nearly everything inside the...
I have an [issue with the Symfony AiP bundle](https://github.com/bergie/MidgardAppServerBundle/issues/1) where I need to make it configurable (to support multiple applications in different URLs defined by user). The easiest way to...
We need a FastCGI connector. FastCGI support is more widely available than SCGI support and protocol is more capable in general (multiplexing support). The plan is to implement FastCGI connector...
Quoting PAStheLoD: > Hi, please consider the issue of input buffering, especially in the case of handling large file uploads. (And trying to show the user transfer the speed for...