Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55924 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55903 invoked from network); 24 Oct 2011 14:59:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2011 14:59:43 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:55501] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/E1-43916-E5D75AE4 for ; Mon, 24 Oct 2011 10:59:42 -0400 Received: by qadc16 with SMTP id c16so4447859qad.29 for ; Mon, 24 Oct 2011 07:59:40 -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=xcCKsWxMQ76s034D2Xcddk0vj4GmZTqQqa0jVopPOHA=; b=Gj7U+nePqAT02KWmKekf0fgPnvTKFZS6/wRBeGcFTdEze9zicaHdNpMPHjEnYU706u ilNMygPODpqsnZk5JZyqQDjcugQmQbKsoNdWivf993Dama6brHYZ6yD8uD1yJ0HUHASk 2ME23xeBt90p7JTd3s8pobE8e01PZMPbjVUtw= MIME-Version: 1.0 Received: by 10.229.39.145 with SMTP id g17mr5062650qce.103.1319468379694; Mon, 24 Oct 2011 07:59:39 -0700 (PDT) Received: by 10.229.239.148 with HTTP; Mon, 24 Oct 2011 07:59:39 -0700 (PDT) In-Reply-To: References: <4E208FE7.4020606@sugarcrm.com> Date: Mon, 24 Oct 2011 15:59:39 +0100 Message-ID: To: David Coallier Cc: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] SplClassLoader From: dragoonis@gmail.com (Paul Dragoonis) On Mon, Oct 24, 2011 at 3:57 PM, David Coallier wrote: > On 24 October 2011 16:53, Paul Dragoonis wrote: >> On Mon, Oct 24, 2011 at 3:47 PM, guilhermeblanco@gmail.com >> wrote: >>> Hi internals, >>> >>> It's been a while since Stas accepted that, but it seems the class >>> haven't been merged since then. >>> What's the status of this? Can I expect SplClassLoader in 5.4.0? >>> >>> It seems it was approved, but wasn't merged and thread was lost in spac= e. =3D( >>> >>> There's an RFC for it: https://wiki.php.net/rfc/splclassloader >>> There's a patch for it: https://github.com/metagoto/splclassloader > > If we can identify where we want it in the structure of the PHP > project, I'll be happy to merge the implementation and modify the > config files to have --enable-spl-autoloader or such. > > Does anyone have a preference for this? > > =A0 =A0/ext/spl/ > =A0 =A0/ext/spl-loader/ > =A0 =A0/ext/spl-autoloader/ > Hey David, Since it has the prefix 'Spl' then I think it makes sense to add it as a class to the existing /ext/spl/ extension, having it as its own extension would be overkill me thinks. - Paul Dragoonis. > > > -- > David Coallier >