Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60017 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52759 invoked from network); 16 Apr 2012 21:00:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Apr 2012 21:00:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:65355] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/AE-05733-2688C8F4 for ; Mon, 16 Apr 2012 17:00:32 -0400 Received: by lbbgf7 with SMTP id gf7so4336456lbb.29 for ; Mon, 16 Apr 2012 14:00:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Z2wZ+G/xP5rmCYR+GohpXZTGDFFORWrueiKqwx9CwT4=; b=vu7HSLyIf2SpswVSwED+j6CR1m/cbsDwWJqUtbkUqnML5itiVP4Hp3BH3lY5DaI0Qt 8yv/vNhK8CHlLHkADTX6rtA9B7EtXM1av7vbLn59A7+mdnIS8TBfcrUoe3zBlilirK8u EB8ePcCa4QBghU7v5ARI30aqUNJ7PFMJzexrmXBhqdiVmfgKXVo7WmRTs1wCAd7Qk4ID Z9bAueroAoekCd0Ueblnj5QWxLjxxPHsKjvaV8M55BZOQ2E0VtTvVCoNsKHWSNvwBjfh hLcYnNdzWjOvncoEgCFdRBdvzvvueNq4jz5oFEqYBRLaWoxKO4T0wUwR9J5fGhn4Caq9 n5sA== MIME-Version: 1.0 Received: by 10.112.11.6 with SMTP id m6mr5980611lbb.24.1334610015670; Mon, 16 Apr 2012 14:00:15 -0700 (PDT) Received: by 10.152.127.68 with HTTP; Mon, 16 Apr 2012 14:00:15 -0700 (PDT) In-Reply-To: References: <4F8C7FAC.6060709@sugarcrm.com> Date: Mon, 16 Apr 2012 23:00:15 +0200 Message-ID: To: Kris Craig Cc: Stas Malyshev , Ferenc Kovacs , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] voting without vcs accounts From: nikita.ppv@googlemail.com (Nikita Popov) On Mon, Apr 16, 2012 at 10:57 PM, Kris Craig wrote: > I reject the premise of that question because it implies that nothing in > PHP should ever be changed unless it's "fixing" something that's broken. > By that standard, it would be virtually impossible to get any new feature= s > added. > > With that in mind, here's the short answer: =A0The problem is that there = is a > feature people are requesting that currently does not exist. > > The longer answer: =A0This is not a bugfix, nor does it purport to be. = =A0This > is a requested new feature proposed for the next *major* PHP release (i.e= . > 6.0). =A0This feature will add convenience and allow developers o flexibl= y > assert more control over their code structure. I think you mixed up two threads here :) This one is about voting ;) Nikita