php-hyper-builtin-server icon indicating copy to clipboard operation
php-hyper-builtin-server copied to clipboard

Reverse proxy for PHP built-in server which supports multiprocessing and TLS/SSL encryption

Results 6 php-hyper-builtin-server issues
Sort by recently updated
recently updated
newest added

Since I upgraded PHP to version 7.4, I'm unable to start hyper-run. Built-in PHP server works : ``` $ php -S localhost:8000 -t www [Thu Sep 24 09:44:08 2020] PHP...

bug

When I'm developing Laravel applications locally I need to add in AppServiceProvider this code: ```php Illuminate\Support\Facades\URL::forceScheme('https'); ``` Otherwise all routes generated with `route()` helper will use `http://` instead of `https://`....

enhancement
help wanted

I think we should use GitHub actions for the CI, but first of all we need to fix tests running.

Warning: fread(): SSL: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto. in C:\aaa\repositories\Stub_ML_Server\vendor\mpyw\php-hyper-builtin-server\socket\src\SecureConnection.php on line 36 In English is something like: > The interruption of...

help wanted

Basically I need this for another dependency :)

Currently the matrix only includes PHP 7.x versions, since changing them would affect the scope of this PR