Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59244 invoked from network); 31 Jan 2014 21:30:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2014 21:30:11 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:54427] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/01-54292-2E51CE25 for ; Fri, 31 Jan 2014 16:30:11 -0500 Received: from [192.168.2.31] (ppp-88-217-64-231.dynamic.mnet-online.de [88.217.64.231]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id C4AAA3FEE8; Fri, 31 Jan 2014 22:30:44 +0100 (CET) To: gooh Cc: internals@lists.php.net In-Reply-To: <98.E0.35265.E17FBE25@pb1.pair.com> References: <98.E0.35265.E17FBE25@pb1.pair.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 31 Jan 2014 22:30:04 +0100 Message-ID: <1391203805.2941.173.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Automatic Property Initialization From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2014-01-31 at 20:18 +0100, gooh wrote: > Hi, > > I've opened the voting for Automatic Property Initialization: > > - https://wiki.php.net/rfc/automatic_property_initialization This has the same issue as the 64bit RFC: "This feature is proposed for inclusion in PHP 5.6" For 5.6 we have an alpha out. We created a new release process after learning that changes late in the game delay our releases and offer a stronger guarantee that the following release is not in unforeseeable future to make it a viable thing to delay changes by a release. This is no evaluation of the feature itself. johannes