appserver-in-php icon indicating copy to clipboard operation
appserver-in-php copied to clipboard

Generic HTTP applications approach for PHP5.3+ (inspired by Rack and WSGI)

Results 5 appserver-in-php issues
Sort by recently updated
recently updated
newest added

http://php.net/manual/en/features.commandline.webserver.php

feature

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

feature

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

feature

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

middleware