Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32725 invoked from network); 4 Dec 2011 10:46:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2011 10:46:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:46196] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/93-13454-B7F4BDE4 for ; Sun, 04 Dec 2011 05:46:19 -0500 Received: by ywt2 with SMTP id 2so4199691ywt.29 for ; Sun, 04 Dec 2011 02:46:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=/PLQD2YpKYRbNPI/1Kx21hH1yBNGBXpE4CCvxaCpMlI=; b=m8I1pAlPio9XGRStcglWnXW3qCo7mBTtXlj6yd3IW+wY8bT1n8yZ5HSOSCAxj+Ksgl 9lkB0VTIpV4sZ92SLuLmGvxWkn46rEXBq+1xnG0K66cNcD7fYnhAbwEn6noXCybjO4cq UNv2kV08Vx3tIRCLxTpCVBOx30axugVqPIreo= MIME-Version: 1.0 Received: by 10.236.185.9 with SMTP id t9mr6218575yhm.50.1322995576576; Sun, 04 Dec 2011 02:46:16 -0800 (PST) Received: by 10.147.151.4 with HTTP; Sun, 4 Dec 2011 02:46:16 -0800 (PST) In-Reply-To: <9570D903A3BECE4092E924C2985CE485399460CA@MBX201.domain.local> References: <9570D903A3BECE4092E924C2985CE485399460CA@MBX201.domain.local> Date: Sun, 4 Dec 2011 11:46:16 +0100 Message-ID: To: Clint M Priest Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Patch: getters/setters syntax Implementation From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sun, Dec 4, 2011 at 01:33, Clint M Priest wrote: > Per RFC: https://wiki.php.net/rfc/propertygetsetsyntax > > > > Alright, getters/setters has been built. =C2=A0This is my first patch to = the php core. =C2=A0Here is what has been implemented: > > http://www.clintpriest.com/patches/accessors_v1.patch (patch against trun= k) Could you create another patch that ignores the whitespace changes? Its really annoying and confusing to read now. > What are the next steps to get this added to some future release? > See https://wiki.php.net/rfc/voting -Hannes