Re: [PHP-DEV] [RFC] Add HTTP/2 Support to the CLI Server

2016-01-19 Thread Davey Shafik
> On Jan 19, 2016, at 6:21 AM, Derick Rethans wrote: > >> On Mon, 18 Jan 2016, Davey Shafik wrote: >> >> Hey all, >> >> following on from previous discussions[1], I am introducing an RFC for >> adding HTTP/2 support to the built-in CLI server: >> >> https://wiki.php.net/rfc/cli_server_http2 >

Re: [PHP-DEV] [RFC] Add HTTP/2 Support to the CLI Server

2016-01-19 Thread Davey Shafik
On Jan 19, 2016, at 6:21 AM, Derick Rethans wrote: > >> On Mon, 18 Jan 2016, Davey Shafik wrote: >> >> Hey all, >> >> following on from previous discussions[1], I am introducing an RFC for >> adding HTTP/2 support to the built-in CLI server: >> >> https://wiki.php.net/rfc/cli_server_http2 > >

Re: [PHP-DEV] [RFC] Add HTTP/2 Support to the CLI Server

2016-01-19 Thread Derick Rethans
On Mon, 18 Jan 2016, Davey Shafik wrote: > Hey all, > > following on from previous discussions[1], I am introducing an RFC for > adding HTTP/2 support to the built-in CLI server: > > https://wiki.php.net/rfc/cli_server_http2 I think this is good to have, but I have a few comments: php -S 0.0.

[PHP-DEV] [RFC] Add HTTP/2 Support to the CLI Server

2016-01-18 Thread Davey Shafik
Hey all, following on from previous discussions[1], I am introducing an RFC for adding HTTP/2 support to the built-in CLI server: https://wiki.php.net/rfc/cli_server_http2 Given that the RFC contains two potential solutions for implementing this, I've decided it is best to open up discussion on