Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55923 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54336 invoked from network); 24 Oct 2011 14:57:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2011 14:57:26 -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.160.170 as permitted sender) X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:58619] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/A1-43916-5DC75AE4 for ; Mon, 24 Oct 2011 10:57:26 -0400 Received: by gyd5 with SMTP id 5so6701013gyd.29 for ; Mon, 24 Oct 2011 07:57:23 -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; bh=oKhz8eGsuNq1EJsnqz6W32cYMLxQQO8LDiYVYQlcf+s=; b=QOHTzJua1GmCBWT0SmTwkjtXOI72oBYuIJSC6DlI6O6DP8aho5ii0fMP0Po+OFgWJR 3zaB2sAGR4/i2W7q9umdiYmbEzgw/ZfmOp8K0Bnf0JhXYeRwO5XfKGBnlOLsTPi3CLLf nqCuDAz0cZJzpDuB+QFudxYlKb1Ii1H3bTN80= MIME-Version: 1.0 Received: by 10.236.116.9 with SMTP id f9mr35339963yhh.0.1319468242971; Mon, 24 Oct 2011 07:57:22 -0700 (PDT) Sender: david.coallier@gmail.com Received: by 10.147.128.33 with HTTP; Mon, 24 Oct 2011 07:57:22 -0700 (PDT) In-Reply-To: References: <4E208FE7.4020606@sugarcrm.com> Date: Mon, 24 Oct 2011 16:57:22 +0200 X-Google-Sender-Auth: IVsldPUMVkePjxOPuNFF0tZxeuw Message-ID: To: Paul Dragoonis Cc: "guilhermeblanco@gmail.com" , PHP Internals List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] SplClassLoader From: davidc@php.net (David Coallier) 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 space. =( >> >> 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? /ext/spl/ /ext/spl-loader/ /ext/spl-autoloader/ -- David Coallier