[RFC][VOTE] - list() reference assignment

php.internals

David Walker

9 years ago
Hi all, Having seen no further discussion I'd like to open the RFC[1] for voting. Voting will be given just over 2 weeks ending Feb 22nd. RFC has implementation[2] and language spec change[3] for review. Thanks!
-- Dave [1] - https://wiki.php.net/rfc/list_reference_assignment [2] - https://github.com/php/php-src/pull/2371 [3] - https://github.com/php/php-langspec/compare/master...bp1222:fix-7930 ps: my first change to the language spec, so if it's incomplete, or wrong, advice is welcomed.

Dmitry Stogov

9 years ago
Hi Dave, I don't see a big value in this new addition, however, I also don't see any harm. I added few minor comments about implementation at https://github.com/php/php-src/pull/2371 Please, review and update implementation accordingly. Thanks. Dmitry. ________________________________ From: David Walker <dave@mudsite.com> Sent: Monday, February 6, 2017 8:54:27 PM To: PHP internals Subject: [PHP-DEV] [RFC][VOTE] - list() reference assignment Hi all, Having seen no further discussion I'd like to open the RFC[1] for voting. Voting will be given just over 2 weeks ending Feb 22nd. RFC has implementation[2] and language spec change[3] for review. Thanks!
-- Dave [1] - https://wiki.php.net/rfc/list_reference_assignment [2] - https://github.com/php/php-src/pull/2371 [3] - https://github.com/php/php-langspec/compare/master...bp1222:fix-7930 ps: my first change to the language spec, so if it's incomplete, or wrong, advice is welcomed.

David Walker

9 years ago
On Mon, Feb 6, 2017 at 10:54 AM David Walker <dave@mudsite.com> wrote:
> Hi all, > > Having seen no further discussion I'd like to open the RFC[1] for voting. > Voting will be given just over 2 weeks ending Feb 22nd. RFC has > implementation[2] and language spec change[3] for review. > > Thanks! > > -- > Dave > > [1] - https://wiki.php.net/rfc/list_reference_assignment > [2] - https://github.com/php/php-src/pull/2371 > [3] - https://github.com/php/php-langspec/compare/master...bp1222:fix-7930 >
Hi Everyone, Voting on this RFC has finished, and it passed 17-7. Thank you everyone for taking the time to read&vote on this.
-- Dave

Nikita Popov

8 years ago
On Wed, Feb 22, 2017 at 9:03 PM, David Walker <dave@mudsite.com> wrote:
> On Mon, Feb 6, 2017 at 10:54 AM David Walker <dave@mudsite.com> wrote: > > > Hi all, > > > > Having seen no further discussion I'd like to open the RFC[1] for voting. > > Voting will be given just over 2 weeks ending Feb 22nd. RFC has > > implementation[2] and language spec change[3] for review. > > > > Thanks! > > > > -- > > Dave > > > > [1] - https://wiki.php.net/rfc/list_reference_assignment > > [2] - https://github.com/php/php-src/pull/2371 > > [3] - https://github.com/php/php-langspec/compare/master... > bp1222:fix-7930 > > > > Hi Everyone, > > Voting on this RFC has finished, and it passed 17-7. > > Thank you everyone for taking the time to read&vote on this. > > -- > Dave >
The implementation of this RFC has been merged to master as https://github.com/php/php-src/commit/6d4de4cf0582cf33848826ab78aae58077dc2dea and will be part of PHP 7.3. Nikita