httpserver icon indicating copy to clipboard operation
httpserver copied to clipboard

A simple HTTP server, written in PHP, that serves PHP scripts and static files

Results 4 httpserver issues
Sort by recently updated
recently updated
newest added

Hi, I tried it on windows. In example_server.php i set following settings. But when going to browser 127.0.0.1:8003, am getting Internal Server Error: php-cgi\php-cgi.exe was not found error. `function __construct()...

Added a empty line at the end to avoid the potential $end parse errors.

Hey @youngj, would you mind tagging a `v1.0.1` release at this hash? 41dd2b7160b8cbd25d7b5383e That was, packagist.org will create the metadata for a new release, allowing depending projects like drush to...

Class HttpRequest collides with the internal php class [HttpRequest](http://www.php.net/manual/en/class.httprequest.php), thus throws an error when creating a new response ``` Fatal error: Uncaught exception 'HttpException' with message 'HttpRequest::__construct() expects parameter 1...