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

2020-05-21 Thread Larry Garfield
On Thu, May 21, 2020, at 4:53 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 > > A quick summary of the current situation: > > * HTTP/1.1 was

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

2020-05-21 Thread Rowan Tommins
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 A quick summary of the current situation: * HTTP/1.1 was officially standardised in January 1997, and most web browsers had

Re: [PHP-DEV] [PHP-8.0] First alpha coming in 4 weeks

2020-05-21 Thread Nikita Popov
On Thu, May 21, 2020 at 6:02 PM Gabriel Caruso wrote: > Hello internals, > > > This is a message from your Release Managers reminding you that PHP 8's > first alpha is happening in 4 weeks. > > You can follow PHP's 8 schedule on https://wiki.php.net/todo/php80. > > > I'd like to remind you as

[PHP-DEV] [PHP-8.0] First alpha coming in 4 weeks

2020-05-21 Thread Gabriel Caruso
Hello internals, This is a message from your Release Managers reminding you that PHP 8's first alpha is happening in 4 weeks. You can follow PHP's 8 schedule on https://wiki.php.net/todo/php80. I'd like to remind you as well that Feature Freeze is scheduled to happen on Tuesday, July 28th,

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

2020-05-21 Thread Ben Ramsey
> On May 21, 2020, at 01:06, CHU Zhaowei wrote: > > It's good to hear that `PhpCompikerAttribute` can be merged, could you > include it in the RFC as well? Thus I think people who support > `UserlandAttribute` can agree with `Attribute` now as well. I think I’m the only one who supports

Re: [PHP-DEV] [RFC] opcache.no_cache: Opcache optimization without any caching

2020-05-21 Thread Albert Casademont
Hi tyson, Thanks for your RFC. As ReactPHP users this is a very welcome change. Right now we have to enable file_cache only for the optimizations, as there's no real benefit of the full opcache in long-running CLI apps. Having this setting would allow us to even stop using file_cache but get the

Re: [PHP-DEV] [RFC] opcache.no_cache: Opcache optimization without any caching

2020-05-21 Thread tyson andre
Hi internals, https://wiki.php.net/rfc/opcache.no_cache has been updated. Instead of opcache.no_cache=1, opcache.enable_cache=0 is now used to disable caching. In the RFC, I wrote that opcache_get_status() now includes the following new booleans - `optimizations_enabled`, which is true if any

Re: [PHP-DEV] [RFC] [VOTE] Mixed type v2

2020-05-21 Thread Máté Kocsis
Hi Internals, We are pleased to announce that the Mixed Type v2 RFC has been accepted with 50 votes in favour, and 11 vote against. Regards: Dan and Máté Máté Kocsis ezt írta (időpont: 2020. máj. 7., Cs, 11:00): > Hi Internals, > > We have just opened the vote on the Mixed type v2 RFC. The

Re: [PHP-DEV] Draft RFC callable types + callable type/function autoloading

2020-05-21 Thread Stephen Reay
> On 20 May 2020, at 20:07, Dan Ackroyd wrote: > > Hi internals, > > A while ago, I spent some time thinking about callables, and how they > are not very consistent, which makes people sad: > https://wiki.php.net/rfc/consistent_callables > > The reason I didn't pursue that RFC is that

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

2020-05-21 Thread CHU Zhaowei
Hi Benjamin, It's good to hear that `PhpCompikerAttribute` can be merged, could you include it in the RFC as well? Thus I think people who support `UserlandAttribute` can agree with `Attribute` now as well. Regards, CHU Zhaowei -Original Message- From: Benjamin Eberlei Sent: