Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93044 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15393 invoked from network); 3 May 2016 18:34:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 May 2016 18:34:38 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.215.51 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.51 mail-lf0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:36094] helo=mail-lf0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/A5-03860-D3FE8275 for ; Tue, 03 May 2016 14:34:38 -0400 Received: by mail-lf0-f51.google.com with SMTP id u64so32645389lff.3 for ; Tue, 03 May 2016 11:34:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=9k9vY5xxTU3uzSix3dM26SJpVq+1RGsLZnMH8IGcL+o=; b=macmDsrmr1sA9omecgTWqC+shEjA8ZhcmqjE9ebTYQ65Z1+yL5L7rWuh+PLkPI9URl eJEexI/dk3XY8ZFleJRaTn6+UQhPqGxhZzV3SQ8cOnEOzp+smfV5OK7ipctImP+k+Si7 c5DHvSpLM3iJwUVCnYxM7ma0vAT56vUlEKJNBLft8dsjwleg3VQWmONVjTN3FL0+Cfg5 3mzmef+xkQuRWa7XTSQmU1st64VCkSeHdGrg8nSGcOtMwGOxbwhdZhu2zviRSTUWft91 Uln26BBXrMuW7ZrcZaT+Zg0Op/yTpHml/i3FYm1SIN2rYzc2+H4LFrabDRNQucjov2E3 dwKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=9k9vY5xxTU3uzSix3dM26SJpVq+1RGsLZnMH8IGcL+o=; b=DfbThIuru3n+HopktO66+vqQuI91Ko5obuKsC4Nwid+8h6Mk92tI3bEgbODDspvqvb LqLYZVLVoP8HwVH0qnS87RUmzj/5lghkxlgMH4uN50einJ58e8WqHfAIGkVKStDe/l6Q ho5saAnsNFItNJ2+x6XWLsrz9D/tQi96u9gzwizL9hgwsIW9f6w7V+/LeX4m3w/jfAlB JUCGLaPaolbnLfKCa9NWnzqhDuhbCtFaenDotfRfwpMQse8nPg1XwDbxz4pf3KcWJ32Q hJaPo6sTZ8q4J42R9FmM6vffTzf2c8IW1J9+QSMJrZuDFl2jmuO7+Rf89TuRFiaK5fL0 /s6A== X-Gm-Message-State: AOPr4FXwRCxaclFJ1u7LadFZvYTxSSH87N6+6+BDOHIxdkzCZSaAcgn6lKod0eJnnBEdDLgkK261DIxCw7fpOA== MIME-Version: 1.0 X-Received: by 10.25.169.144 with SMTP id s138mr1980703lfe.108.1462300475150; Tue, 03 May 2016 11:34:35 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.19.72 with HTTP; Tue, 3 May 2016 11:34:34 -0700 (PDT) X-Originating-IP: [107.198.91.68] In-Reply-To: <5728EE0A.8090504@lsces.co.uk> References: <4fc01507-3d07-2309-a4e4-4cad7325249b@gmail.com> <5728EE0A.8090504@lsces.co.uk> Date: Tue, 3 May 2016 11:34:34 -0700 X-Google-Sender-Auth: WhOlldY5z1kI3_umKStF0li4Dsg Message-ID: To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Pipe Operator From: pollita@php.net (Sara Golemon) On Tue, May 3, 2016 at 11:29 AM, Lester Caine wrote: > Which does beg the question ... "Just how many problem spaces are > currently under discussion?" ... There is a space for some additional > extensions that provided experimental solutions to some of the perceived > problems which will then allow people to play with ideas before they > become main stream, but there simply seem to be too many proposals > currently just because 7.1 will allow them when perhaps we still need to > refine just what was added in 7. If all the current rfc's get accepted > there will be a large chunk of new documentation which needs digesting > UNLESS it is simply optionally enabled in 7.1 > It's worth noting that I left the targeting section of the RFC at "7.Next" because I actually agree that 7.1 has been a very busy minor and I wouldn't be at all disappointed by deferring this to 7.2. The last thing any of us wants is Ze'ev belting out another "Give the Language a Rest" missive. :) -Sara