Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55940 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10455 invoked from network); 24 Oct 2011 21:49:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2011 21:49:31 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:53076] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/83-20137-96DD5AE4 for ; Mon, 24 Oct 2011 17:49:29 -0400 Received: by yxo30 with SMTP id 30so4347887yxo.29 for ; Mon, 24 Oct 2011 14:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=QG8rjXqRH3WmQ9D9SGUtJlcWysaCdX9urav4NKL9KLs=; b=Km2cMin19f+Il8NRdqo8eyo2qfMDTRBFy2LtC2RU5eggex+qENmzr3QtylOQmFfVos MQXc7+R9uMQHS7womtZFlNMck9puDyQ62i8IijXWsOw0GQGPccgBd+7s1/y95va8TSHX 4yZ7Bgqzq5BxoqXXHcAEc4DVA1NR1LUB3axFg= MIME-Version: 1.0 Received: by 10.236.139.197 with SMTP id c45mr36639332yhj.64.1319492965818; Mon, 24 Oct 2011 14:49:25 -0700 (PDT) Received: by 10.147.170.17 with HTTP; Mon, 24 Oct 2011 14:49:25 -0700 (PDT) In-Reply-To: References: <4E208FE7.4020606@sugarcrm.com> Date: Mon, 24 Oct 2011 23:49:25 +0200 Message-ID: To: David Coallier Cc: Mike Willbanks , PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] SplClassLoader From: pierre.php@gmail.com (Pierre Joye) hi, Could you open a FR at bugs.php.net and attach the patch to it please? Could be easier to track (and the # to the RFC too :) On Mon, Oct 24, 2011 at 11:25 PM, David Coallier wrote: >> >> 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: >> >> =A0 =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. > > -- > David Coallier > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org