Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56198 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32076 invoked from network); 9 Nov 2011 16:11:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Nov 2011 16:11:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:52285] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/40-29697-916AABE4 for ; Wed, 09 Nov 2011 11:11:06 -0500 Received: by yenm5 with SMTP id m5so949640yen.29 for ; Wed, 09 Nov 2011 08:11:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=qOq5CAH+lFgN+l5b4b+fzZj1mXIyGDQTDHeZikiRTTE=; b=kG+dXyDsq5henA2NiYbUjYjScWMbSSTpAhZZMK3NeJtOYGXj0fFi/yLJZ3CAxqTfA/ Ie45lF+mGn1YtBEoEO8OhSSv54WwA1FDW9J+x4bcC0IRPqO9U7xqs7M9Mby6s5dD9ve7 esGwwXewJIIZj7mtm0F7+Wx21Q9PF2TmMvDQQ= Received: by 10.147.62.13 with SMTP id p13mr1439569yak.7.1320854664939; Wed, 09 Nov 2011 08:04:24 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.146.157.13 with HTTP; Wed, 9 Nov 2011 08:04:00 -0800 (PST) In-Reply-To: References: <4EB81703.7030605@hoa-project.net> <4EB81C84.8010609@hoa-project.net> <4EB820BB.2030009@lsces.co.uk> <4EB822D4.4060306@hoa-project.net> <4EB89C36.5000503@garfieldtech.com> <4EB8A22B.8000607@lerdorf.com> Date: Thu, 10 Nov 2011 00:04:00 +0800 X-Google-Sender-Auth: 7q06_w8EUUDUypPdJMVBsNQrVlg Message-ID: To: Peter Cowburn Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] SplClassLoader RFC Voting phase From: aharvey@php.net (Adam Harvey) On 9 November 2011 22:44, Peter Cowburn wrote: > I am removing my vote due to a particularly annoying aspect of this > whole RFC/voting structure: the RFC is still in flux! This is one of the reasons why I've voted -1: there's no way an RFC should be changing this much (or at all, really) while voting is open. For the record, the other reasons I voted -1 were: - I think it's too late in PHP 5.4's release cycle to be proposing anything for 5.4. - I've yet to be convinced this needs to be done in SPL. Or in C at all, really, if there are already perfectly good PHP implementations of the standard. Let the community decide what they want to use. Thanks, Adam