Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6130 invoked from network); 28 Jan 2013 21:54:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2013 21:54:47 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:53942] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/EE-28517-3A3F6015 for ; Mon, 28 Jan 2013 16:54:46 -0500 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 65214DE13D; Mon, 28 Jan 2013 21:54:40 +0000 (GMT) Date: Mon, 28 Jan 2013 21:54:39 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Anthony Ferrara cc: "internals@lists.php.net" In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Purpose of voting From: derick@php.net (Derick Rethans) On Mon, 28 Jan 2013, Anthony Ferrara wrote: > I've always approached it as we're voting for the concept (and details) > provided in the RFC. But it appears that other people have been voting on > the specifics of the attached patch (so theoretically an RFC could be > rejected entirely because some people don't like part of the implementation > in C, but are fine with the PHP details). > > I'll leave out my opinion (and justification) for now, I'm curious what you > all think... > > Thoughts? Both the idea and implementation needs to be sound. If not, I vote "no" (and that also means "no" when it makes APC's life harder). cheers, Derick