Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71932 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56570 invoked from network); 1 Feb 2014 19:26:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2014 19:26:00 -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.192.173 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.192.173 mail-pd0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:53532] helo=mail-pd0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/C3-30967-74A4DE25 for ; Sat, 01 Feb 2014 14:25:59 -0500 Received: by mail-pd0-f173.google.com with SMTP id y10so5486080pdj.32 for ; Sat, 01 Feb 2014 11:25:56 -0800 (PST) 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:content-type; bh=wZitrCXTxunyBg69yuO5jh9WcJs6woGC29hDfGsJrUI=; b=BpGQWT6Cx4vsF1q5QA5QPMDI81Utt8Aa8JG1bGMRvhGRxtd1fSaAXhT3O0GhOqB69y bh3X1ehncrP6jUHtgyRLo5VP9GJDxm58Yo8UVD5kijSXPMq3kUFPvWi7R6iBPTurqpAt J8wwHDmCSTB0lMl5iZRYSaRQqQWLf/5haxJv0jBCYwSZCeMIJibz7ZpC279cfNR8zvvx HsybUSUZTnuZn3DqBkxv1NGk3azr//EGqeKf0qtfcI/5SAm9G2jv5ZIYXMIQZK4BLcRC 9ShMpOJGazZIxHpiKBvMSOAE4FBH8GrJbMrvEa/TSvzKn68M3wszoOi4cpI+2M9AjiEU 7iIA== X-Gm-Message-State: ALoCoQkag6siTEg6I9HgXA6WD/jXVEZLMejQltPyENQcp6WAz6vxEPDvu2TtftSWVPscMnLBYW8V MIME-Version: 1.0 X-Received: by 10.66.243.103 with SMTP id wx7mr27995180pac.107.1391282755927; Sat, 01 Feb 2014 11:25:55 -0800 (PST) Sender: php@golemon.com Received: by 10.70.77.164 with HTTP; Sat, 1 Feb 2014 11:25:55 -0800 (PST) X-Originating-IP: [173.252.71.189] In-Reply-To: <98.E0.35265.E17FBE25@pb1.pair.com> References: <98.E0.35265.E17FBE25@pb1.pair.com> Date: Sat, 1 Feb 2014 11:25:55 -0800 X-Google-Sender-Auth: qFml6HDkMGF5M4Vk0oAr74hlIXo Message-ID: To: gooh Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] Automatic Property Initialization From: pollita@php.net (Sara Golemon) On Fri, Jan 31, 2014 at 11:18 AM, gooh wrote: > I've opened the voting for Automatic Property Initialization: > > - https://wiki.php.net/rfc/automatic_property_initialization > > There was little feedback on internals regarding this RFC but the few > responses that have been made were generally in favor of this feature. The > notable and understandable exception being the HHVM team that would prefer > their own implementation of constructor promotion. No particular extra > features have been rejected or strongly favored, which is why I am excluding > from the vote. > FYI, I'm voting "No" as I don't think https://wiki.php.net/rfc/constructor-promotion was considered adequately. They both seek to accomplish the same goal, but one introduces conflicting syntax while the other does not. If we're to go with the conflicting syntax, I'd like to see a reasonable argument why. -Sara