Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98338 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79136 invoked from network); 22 Feb 2017 20:03:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2017 20:03:40 -0000 Authentication-Results: pb1.pair.com header.from=dave@mudsite.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dave@mudsite.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain mudsite.com designates 209.85.213.45 as permitted sender) X-PHP-List-Original-Sender: dave@mudsite.com X-Host-Fingerprint: 209.85.213.45 mail-vk0-f45.google.com Received: from [209.85.213.45] ([209.85.213.45:35601] helo=mail-vk0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/77-11648-99EEDA85 for ; Wed, 22 Feb 2017 15:03:39 -0500 Received: by mail-vk0-f45.google.com with SMTP id x75so8337042vke.2 for ; Wed, 22 Feb 2017 12:03:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mudsite-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=/qh7LIvDN4PJi4s+J9J2LRfK+Oo6IEkWvDsyW5XEH/k=; b=Zm3IF6W23tbqLH6SdUv5VtBLIOB/L6kOVS1+viqfQlx2ziovVphMnqhmUF7iTU1+bu TD+asvhb22nycTXgwoRa7Iik+W/fyUJZy7Rvkk13EuND6solMzXuuMWytz7ZcHpj5fl/ 4Ee6r2w6K/P4JliuuhStguKA+ZaHTzPjlknF1/DC+A4DiBHYpRwTZ+569k4eHoIauPBp 5MxK2cu0AriKcGmr69OTQy9Tx9q7AZ5JYJ6grbnRpOknkO45MtxAGMaOAwKrNnDaynxW qOog/ULb9CN0t5gFoqItWvMNqspkJ9S+bAqQwQgxUmuQRj5rBPceUeQ/+bKG70U3MSOb 8paQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=/qh7LIvDN4PJi4s+J9J2LRfK+Oo6IEkWvDsyW5XEH/k=; b=sItyxle81oXzK6d8j7zE0yr1Rjw1OioB6GnoJXkHggHgcPWyN3cEZwZMo3mvIXAqXz pO/zoVZntX6jtjbFffTQHV1W7ZWAmCScXyYbUC5JaQnU5w4U+/MbVHIUzaSZMR1FflrI si+8+HfcHWi26//0lq6hHZrUQjEs5gX1DFMxYrmK4o9RgyrjJZY9hcxcxcXkTgtVpy3d kK7555w2zxl9guZZES6Ncv1xtOEefclvUkxOeoBgSchycaMK3pS2NCD8X5lMSQNIrQ81 ZS5Dcr7UA3z8CFLW7JH3qlVy5/akRGle1IyyizHzs2BQxlwyiq/T80C85OVij+haRC84 F/7A== X-Gm-Message-State: AMke39laVBUed242OaopINOVh/UQNj1JSlZMnnYq508EXyfrwgupW0pqdXjPQahppdFb5VeFFZsIu4DqcfegqQ== X-Received: by 10.31.212.135 with SMTP id l129mr14427023vkg.134.1487793814255; Wed, 22 Feb 2017 12:03:34 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 22 Feb 2017 20:03:23 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a114eb460ccb014054923fd0c Subject: Re: [RFC][VOTE] - list() reference assignment From: dave@mudsite.com (David Walker) --001a114eb460ccb014054923fd0c Content-Type: text/plain; charset=UTF-8 On Mon, Feb 6, 2017 at 10:54 AM David Walker 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 --001a114eb460ccb014054923fd0c--