Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7899 invoked from network); 24 Oct 2011 21:25:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2011 21:25:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:43431] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/23-20137-DB7D5AE4 for ; Mon, 24 Oct 2011 17:25:19 -0400 Received: by ywb26 with SMTP id 26so3942343ywb.29 for ; Mon, 24 Oct 2011 14:25:15 -0700 (PDT) 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 :content-transfer-encoding; bh=ZGj4mUySxQFVNFQjiSPA00+kRpp4ckBZtRpuSVatKE8=; b=L1frUb699BHjw2BzFXRI8K89KHYGBuWqc1ck5YCQOaVCoY3LxVRG/jbc1HmmgLvq3O lnR7mB/HlvtWEdfzhz9Xfg19AMJOFouOen9X9n/aoqCIUt+1pn8L+mfYcRk5anOO33CW Cp2Hm3qDR5PqaTDpCfkIAFcblo1neZUbIyipg= MIME-Version: 1.0 Received: by 10.236.189.40 with SMTP id b28mr36591027yhn.98.1319491515344; Mon, 24 Oct 2011 14:25:15 -0700 (PDT) Sender: david.coallier@gmail.com Received: by 10.147.128.33 with HTTP; Mon, 24 Oct 2011 14:25:14 -0700 (PDT) In-Reply-To: References: <4E208FE7.4020606@sugarcrm.com> Date: Mon, 24 Oct 2011 23:25:14 +0200 X-Google-Sender-Auth: p8oSVi2Q2WkRGleOGsICeLtKlEg Message-ID: To: Mike Willbanks Cc: PHP Internals List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] SplClassLoader From: davidc@php.net (David Coallier) > > I've started toying around with adjusting the patch. A bit of rewrite > is required but I'm attempting to modify the patch to be included > directly in SPL with the name SplClassLoader so that one can do: > > =C2=A0 =C2=A0$cl =3D new \SplClassLoader(..., ...); > > Once the patch is adjusted to fit with SPL, we can revisit the name > however it is going to be used. For the record: https://gist.github.com/1310352 (I know there are Whitespaces issues, I'll get those resolved) I'll be adding the tests tomorrow morning and then making sure the RFC is adjusted. --=20 David Coallier