Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63964 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86284 invoked from network); 19 Nov 2012 01:24:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2012 01:24:09 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:55879] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/20-18536-83A89A05 for ; Sun, 18 Nov 2012 20:24:09 -0500 Received: by mail-la0-f42.google.com with SMTP id s15so3450530lag.29 for ; Sun, 18 Nov 2012 17:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BSpwy5QKyyLzowAlafzv60YOUzHw85J6A1FA8jpoxeU=; b=Ph2TqgcYb7S8LJpThnMDD82+K1cRPFPQSIo3a0JqqH/6IGO/skgT8VuL0t74tndnOG o0KyJ1a1Je63Jf4E3DXCL8hXSMyEMozUteeZMLuzRuYHpiGDeoSO5qW4d/n0z9ux8U65 SJMV6ruLfKgLrjTzg+qE85dlsGUHdWwGkAzxW00ZamUmcDZip6hF+C6Oir7z+4bv9Rlv 4lkre95DX14K78p3rThdxgGqa0aQLXElB3Q2X5/MVQUrbASnCyG69yxBB5cYqLGtTov7 Nz47ao6+qtjfkjVvcwGp8qELX/RrNNFopPUjmHHcZbd/a2ZaV/JmurQiAcp2UXnwAABU aqsQ== MIME-Version: 1.0 Received: by 10.152.108.37 with SMTP id hh5mr10203036lab.52.1353288245335; Sun, 18 Nov 2012 17:24:05 -0800 (PST) Received: by 10.112.23.4 with HTTP; Sun, 18 Nov 2012 17:24:05 -0800 (PST) In-Reply-To: <50A97B13.8040303@zerocue.com> References: <50A97B13.8040303@zerocue.com> Date: Sun, 18 Nov 2012 18:24:05 -0700 Message-ID: To: Clint Priest Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Property Accessors v1.2 Consensus Changes From: morrison.levi@gmail.com (Levi Morrison) On Sun, Nov 18, 2012 at 5:19 PM, Clint Priest wrote: > Can anyone who has an interest in this project please review over the > "Current Consensus Changes" section of this document: > > https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented/change-requests > > Lets hear if there are any other concerns, otherwise in the next couple of > days I will integrate these changes into the main RFC document and begin > work on the changes from 1.1 -> 1.2. > > Still left open (undecided) is internal accessor method visibility and > callability. Primarily this is between Stas and Nikita, I prefer not > visible (makes more sense to me) but callable (less difficult to implement, > simpler for the code). I would appreciate some more input on this topic > from anyone interested. > > How long is it before 5.5 is in feature-freeze? I'm guessing at this point > that this will not make the 5.5 release, but depends on the powers that be. > > -Clint I'm sad to see the short-hand notation dropped. Other than that, it looks decent. I support accessors shadowing properties.