CgiHttpKernel icon indicating copy to clipboard operation
CgiHttpKernel copied to clipboard

Adapter from HttpKernelInterface to CGI.

Results 5 CgiHttpKernel issues
Sort by recently updated
recently updated
newest added

Currently the default Symfony Process timout of 60 seconds is used. Sometimes I need to debug (with xdebug) the CGI process and that timeout it's very uncomfortable. It would be...

The CgiHttpKernel should have some way to serve static files. Perhaps this can be done in a composable manner, i.e. a ChainHttpKernel that tries PHP, then falls back to the...

Not sure if this is of any use, but to properly share the session object, it could be serialized and passed through env and headers: ``` [CgiHttpKernel Session] --- CGI...