Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53654 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99515 invoked from network); 29 Jun 2011 13:31:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2011 13:31:41 -0000 Authentication-Results: pb1.pair.com header.from=pencap@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pencap@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: pencap@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:37296] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/10-32143-C392B0E4 for ; Wed, 29 Jun 2011 09:31:40 -0400 Received: by vxi39 with SMTP id 39so958832vxi.29 for ; Wed, 29 Jun 2011 06:31:38 -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 :content-type; bh=jkZ7y3nuknZSpNZ9oN/z5lxUkfRjH9D+V2yRgb0/zWs=; b=RMz5iSW/TDpzVN4arnun8MF66VdSUS9i/Pj8NAEY88ZeeTm52FQPYyUOxzVWdgldDK 0DYJioPqr7xpOHbTK/F7mhuPwhuWgCZcNorou3oRwOsyhnH0hgB5VyTSCQV5Xx+Qm5Vs YXFAHnALtBcSYprqR73wifExIIwr+nab8umyU= MIME-Version: 1.0 Received: by 10.52.65.169 with SMTP id y9mr1160549vds.64.1309354298049; Wed, 29 Jun 2011 06:31:38 -0700 (PDT) Received: by 10.52.112.103 with HTTP; Wed, 29 Jun 2011 06:31:38 -0700 (PDT) In-Reply-To: References: Date: Wed, 29 Jun 2011 08:31:38 -0500 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=20cf307f3b84d2031304a6d9cd30 Subject: Re: [PHP-DEV] SplClassLoader From: pencap@gmail.com (Mike Willbanks) --20cf307f3b84d2031304a6d9cd30 Content-Type: text/plain; charset=UTF-8 > > There's a RFC covering this. There's a patch also. > > https://wiki.php.net/rfc/splclassloader This one seems to have fallen through the cracks? I know this would benefit many of the frameworks that are out there and give a speed bump to people utilizing them. Is this a possibility for 5.4? * The other implementation I could see is to modify spl_autoload to be able to pass it a parameter for the auto loading type - right now it will attempt to autoload everything lowercase (been brought up a few times). Regards, Mike --20cf307f3b84d2031304a6d9cd30--