Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64510 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18633 invoked from network); 3 Jan 2013 22:32:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2013 22:32:16 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.173 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.220.173 mail-vc0-f173.google.com Received: from [209.85.220.173] ([209.85.220.173:52082] helo=mail-vc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/14-00128-FE606E05 for ; Thu, 03 Jan 2013 17:32:16 -0500 Received: by mail-vc0-f173.google.com with SMTP id f13so15946765vcb.18 for ; Thu, 03 Jan 2013 14:32:13 -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=7HaNmlS11oihJnbWbUhAYpUzKy23ktAD3Ety8z5YAE8=; b=wwsLssAvX8WxO748B8gDjg60UEnxFjxytBHb1nSwYTgVJis+i3KRSjel3LHRrTHAuq fMdOL7DixjHacc3+bZ1Q1z5wnxpD9jg11hUDb/l+BL+ETBYVkV5SfjbHXz6+hb0BOSR5 vMd6etrcLT1wt2IUPUN0dmJ9PeMGHMqTczfSKNOL9p9HEDM/c7b79qOJGcI6fhtceGaT DNlx+jSRTdnGStyP2pcqp0rcruLo3yRe5JR/R7xskTVM/dOGwMJx7/4TulSce3qnT6jS IsuMoDlGuQp2+EAvWq+HbCO+TlPbzk1CLO6Y85N4YbzbUaF86U1NWfTaVBfTTX0TQL46 lJsQ== MIME-Version: 1.0 Received: by 10.52.16.17 with SMTP id b17mr65495495vdd.86.1357252333291; Thu, 03 Jan 2013 14:32:13 -0800 (PST) Received: by 10.58.56.137 with HTTP; Thu, 3 Jan 2013 14:32:13 -0800 (PST) In-Reply-To: <50E5B4B4.50705@zerocue.com> References: <50E41BB6.4030901@zerocue.com> <50E4A43E.6030302@zerocue.com> <50E4B232.5000505@mrclay.org> <50E4BDDE.8050509@zerocue.com> <50E4D0BB.7060701@mrclay.org> <50E4FA09.7030001@zerocue.com> <50E529B6.1050903@sugarcrm.com> <50E56450.1060801@zerocue.com> <50E5A4DB.2000205@mrclay.org> <50E5B4B4.50705@zerocue.com> Date: Thu, 3 Jan 2013 17:32:13 -0500 Message-ID: To: Clint Priest Cc: Steve Clay , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=bcaec50408e832485c04d269efb9 Subject: Re: [PHP-DEV] [PHP-RFC] Property Accessors 1.2 for Final Review before Vote From: ircmaxell@gmail.com (Anthony Ferrara) --bcaec50408e832485c04d269efb9 Content-Type: text/plain; charset=ISO-8859-1 Clint, ...snip... > I like the idea of an init function, but that would have to wait for a > further release I think, or delay this whole project a year. Well, just speaking in general, we should not try to rush through these kinds of design decisions. They should only be done incrementally if it makes sense to do it incrementally. That really needs to be thought out. IMHO there's no problem delaying anything a year. We're in yearly releases now, so it's not like the 5.1 and 5.2 days where the "next release it may get in" was literally 5 or 10 years off... I'd much rather see it done right, even if later, rather than rushed in and sticking us with the implementation forever... Just pointing it out (in case it needed to be said)... Anthony --bcaec50408e832485c04d269efb9--