Re: [PHP-DEV] HTTP/1.1 by default in PHP 8.0

2020-05-23 Thread Ben Ramsey
> On May 23, 2020, at 02:08, Davey Shafik wrote: > > dopOn Fri, May 22, 2020 at 3:58 AM Nikita Popov > wrote: > >>> On Thu, May 21, 2020 at 11:54 PM Rowan Tommins >>> wrote: >>> >>> Hi all, >>> >>> A few years ago, I posted a message suggesting that PHP improve support >>> for HTTP/1.1 in

Re: [PHP-DEV] [RFC] Amendments to Attributes

2020-05-23 Thread Rowan Tommins
On 22/05/2020 12:08, Nikita Popov wrote: As such, I would suggest to introduce a common namespace for all attributes provided by PHP. This means we'd have Attributes\Attribute, Attributes\Deprecated, Attributes\Jit, Attributes\NoJit etc. (I'm also okay with the PHP\Attributes\Deprecated variant,

Re: [PHP-DEV] [RFC][DISCUSSION] Match expression v2

2020-05-23 Thread Davey Shafik
On Fri, May 22, 2020 at 4:09 AM Ilija Tovilo wrote: > Hi internals > > I'd like to announce the match expression v2 RFC: > https://wiki.php.net/rfc/match_expression_v2 > > The goal of the new draft is to be as simple and uncontroversial as > possible. It differs from v1 in the following ways: > >

Re: [PHP-DEV] HTTP/1.1 by default in PHP 8.0

2020-05-23 Thread Davey Shafik
dopOn Fri, May 22, 2020 at 3:58 AM Nikita Popov wrote: > On Thu, May 21, 2020 at 11:54 PM Rowan Tommins > wrote: > > > Hi all, > > > > A few years ago, I posted a message suggesting that PHP improve support > > for HTTP/1.1 in its stream wrapper functions: > > https://externals.io/message/96192