Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69518 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66273 invoked from network); 8 Oct 2013 20:39:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Oct 2013 20:39:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.181 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.220.181 mail-vc0-f181.google.com Received: from [209.85.220.181] ([209.85.220.181:54597] helo=mail-vc0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/E1-55157-B9D64525 for ; Tue, 08 Oct 2013 16:39:55 -0400 Received: by mail-vc0-f181.google.com with SMTP id hz10so3973338vcb.40 for ; Tue, 08 Oct 2013 13:39:51 -0700 (PDT) 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=8S2k2xQ7+SIyUs6ZzQAWOwf9whwEd+U2cHdFC92njeg=; b=Z73VVLVbtF+9s9ReFqCHPzIRolT4upXe2NgDkdwJoqtBLB9EIO8LzHIXDF/AzDkKU3 9ARLYDo/7D3L2BTbhuOW31A/uE3CwUzRFyR4ysSbAAbx0B/rkiMjZi+9PgHfrq7sQm7t rWGuxGKjsaIUUyeZ4ccR31wlIwdSeU9szq4jmRwZOXQ8l9LpAjcC6d2/j+u4o1G52KFA JVJ0PR1rMjX3ff/nFbzh6NlynWrw09mLxx6KBUB7NQNt7W3czAvhpSYXHv3fUOt2SlYN 0WzMHqzQBu7Aq0DFdgQawi8UYSLDa6GIhFYoQ2xMAGhDa7ZxzOxzYn6KhBwk9XCNLaVi iAxg== MIME-Version: 1.0 X-Received: by 10.220.110.6 with SMTP id l6mr2494910vcp.28.1381264791699; Tue, 08 Oct 2013 13:39:51 -0700 (PDT) Received: by 10.220.59.1 with HTTP; Tue, 8 Oct 2013 13:39:51 -0700 (PDT) In-Reply-To: <52528482.8060902@php.net> References: <52528482.8060902@php.net> Date: Tue, 8 Oct 2013 22:39:51 +0200 Message-ID: To: gooh@php.net Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b3a8d624006f204e840c529 Subject: Re: [PHP-DEV] Automatic Property Initialization From: nikita.ppv@gmail.com (Nikita Popov) --047d7b3a8d624006f204e840c529 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Oct 7, 2013 at 11:53 AM, Gordon Oheim wrote: > Since the feedback so far was few but positive, I'll advance the RFC to > the next stage. Apart from this, any feedback is still welcome. > > Thanks and Regards, Gordon > For the lazy folks, this is the RFC Gordon is talking about: https://wiki.php.net/rfc/automatic_property_initialization Nikita --047d7b3a8d624006f204e840c529--