Re: [PHP-DEV] [RFC][VOTE] PHP Namespace in core

2020-05-28 Thread Ben Ramsey
> On May 22, 2020, at 01:14, Michał Brzuchalski > wrote: > > Hi Internals, > > We have just opened the vote on the PHP namespace in core RFC. The voting > will be open for two weeks, until 2020-06-05 06:00 UTC. > > Link: https://wiki.php.net/rfc/php-namespace-in-core#vote In light of recent

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

2020-05-28 Thread Benjamin Eberlei
On Thu, May 28, 2020 at 12:05 AM Benas IML wrote: > It seems that the RFC was updated to use the `Attributes` namespace. I > think this is a bad idea since we're reserving a generic namespace that we > haven't even "soft" reserved. Also, the loss of fallback to global > namespace is a turning poi

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

2020-05-28 Thread tyson andre
Hi internals, If there are no unexpected issues, then voting will start on https://wiki.php.net/rfc/opcache.no_cache in 2 days, on May 30th. Thanks, - Tyson -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2020-05-28 Thread Ilija Tovilo
Hi Davey > I mean, ultimately, it's equivalent to: > > echo (function($match) { > if ($match === Lexer::T_SELECT) { > return $this->SelectStatement() > } > if ($match === Lexer::T_UPDATE) { > return $this->UpdateStatement() > } > if ($match === Lexer::T_DELETE)

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

2020-05-28 Thread Ilija Tovilo
Hi Larry > > > My one question is why you're not including the implicit "match (true)" > > > in this version, when the secondary vote on the previous RFC was > > > 80% in favor of it. > > > > I received quite a bit of feedback that the RFC was too complex. I > > tried to make the RFC simpler by re

[PHP-DEV] PHP 7.3.19RC1 is available for testing

2020-05-28 Thread Christoph M. Becker
PHP 7.3.19RC1 has just been released and can be downloaded from: Or use the git tag: php-7.3.19RC1 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system. 7.3.19 should be expected in

[PHP-DEV] PHP 7.4.7RC1 is available for testing

2020-05-28 Thread Derick Rethans
PHP 7.4.7RC1 has just been released and can be downloaded from: Or use the git tag: php-7.4.7RC1 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system at .