Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56184 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81129 invoked from network); 9 Nov 2011 08:44:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Nov 2011 08:44:46 -0000 Authentication-Results: pb1.pair.com header.from=xmilky@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=xmilky@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: xmilky@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:62481] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/90-11182-D7D3ABE4 for ; Wed, 09 Nov 2011 03:44:45 -0500 Received: by iakc1 with SMTP id c1so1820863iak.29 for ; Wed, 09 Nov 2011 00:44:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=lgTsF6IkIxWnU3kUPZ52lBTJQQ12aIxrMxHNQw5itC0=; b=frBO6XE8E5ULynZXAVYBEtzu9HYqfPQFTzOOVhMvm5WF+HOktYAptKAcZHvR7X4pLr TB2u6rh5xADgfDWqdwSLAtQRzXevvk0s1Ofw0YDPVGluSLx9piIxUE4JII+7Ca8MdWwM 1KuSIJk98KBUlgNw/HviPM+J6994rGX2Ir7dU= MIME-Version: 1.0 Received: by 10.42.158.3 with SMTP id f3mr1470113icx.7.1320828283022; Wed, 09 Nov 2011 00:44:43 -0800 (PST) Sender: xmilky@gmail.com Received: by 10.43.44.72 with HTTP; Wed, 9 Nov 2011 00:44:42 -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: Wed, 9 Nov 2011 09:44:42 +0100 X-Google-Sender-Auth: ZyeOEnv0lGThszSYim3iYuTuznk Message-ID: To: "guilhermeblanco@gmail.com" Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] SplClassLoader RFC Voting phase From: mario@include-once.org 2011/11/8 guilhermeblanco@gmail.com : > Ok... I promised to complete the RFC and here I am. > > I wrapped the entire idea, PHP implementation of what I'm proposing all in RFC. > If you're interested, feel free to review the document, highlight if I > missed something and update/add your votes. > > http://wiki.php.net/rfc/splclassloader Varying degrees of complete. There was another discussion about it here the other week. Some technical issues were mentioned. Not sure everyone has conceptualized the implementation consequences yet. But I find it very telling that it goes completely unnoted in the proposal doc. Again. (The manual page, btw, is still to be written. ;) So don't assume it's completely under the rug. If not in time for the voting, I think it might be fair to users at least to cursorily document how this autoloader scheme favours legacy frameworks with the PEAR1 filenaming tradition.) If you should remember and might want to add some details of the preceded comments (rfc? right?), this URL would also work: http://Wiki.php.net/RFC/SplClassLoader But I guess that irony will be lost on some. :]