Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56167 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91728 invoked from network); 8 Nov 2011 17:25:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2011 17:25:16 -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.161.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:39189] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/B1-17035-BF569BE4 for ; Tue, 08 Nov 2011 12:25:16 -0500 Received: by faan2 with SMTP id n2so833356faa.29 for ; Tue, 08 Nov 2011 09:25:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sbLEXtfBhX4yg0zzQIz1orNOLtnMzIYofXudv/iUkkE=; b=LSfX8Oos4ASj/Byl85xA+iE3+sII/iQGfzDGoFHKMI4ZUX2unWbCFyDrh9uGGd/Yqc iOHcgfqept4JnkwUZWobpndVi7c0FNac9f2nhA+fPjV6B1DFm1hjusnT2hftyPO5FUxQ 8iv7dMSed67jdAdN4Z0ZMQPCTHLmBXDY3g7hQ= MIME-Version: 1.0 Received: by 10.152.105.195 with SMTP id go3mr9085664lab.25.1320773112757; Tue, 08 Nov 2011 09:25:12 -0800 (PST) Received: by 10.152.2.70 with HTTP; Tue, 8 Nov 2011 09:25:12 -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: Tue, 8 Nov 2011 18:25:12 +0100 Message-ID: To: "guilhermeblanco@gmail.com" Cc: Rasmus Lerdorf , Larry Garfield , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] SplClassLoader RFC Voting phase From: nikita.ppv@googlemail.com (Nikita Popov) On Tue, Nov 8, 2011 at 6:17 PM, guilhermeblanco@gmail.com wrote: > Remove is useless. conditionally add loaders and you're done. > AddAll is ok for user land, but we focus on basic stuff, not fluffy > implementations. It can be easily done in userland. ... Just like the whole rest of the class: all of it can be done in userland with a few lines of code. So why do you stop at addAll? Nikita