Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54630 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1956 invoked from network); 15 Aug 2011 21:42:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2011 21:42:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@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: chrisstocktonaz@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:55785] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/22-21941-7D2994E4 for ; Mon, 15 Aug 2011 17:42:47 -0400 Received: by gyd5 with SMTP id 5so3832152gyd.29 for ; Mon, 15 Aug 2011 14:42:44 -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; bh=Euj2RYFIIaX9EB4oDtdUw+rx7DVP8EOTI4J+DrNFRIU=; b=F2MlPFTU+94wuReRfXQDurHwyHd9reWdqV5HfOIYx3waVWXbs0sd/Xbvb41Y/5IAVc bgHEeaseMN2VhmxCW42faeiA43DzhnIuf+/sdsX6qKZEdxo1HSBlZEUqGfg2BmQqHysM EVpw+qgTQRjMUedRWOZ5/MpfwUVmjDk7Nf4U0= MIME-Version: 1.0 Received: by 10.42.149.131 with SMTP id w3mr4917520icv.340.1313444563700; Mon, 15 Aug 2011 14:42:43 -0700 (PDT) Received: by 10.42.178.197 with HTTP; Mon, 15 Aug 2011 14:42:43 -0700 (PDT) In-Reply-To: <28.A1.21941.4EF894E4@pb1.pair.com> References: <28.A1.21941.4EF894E4@pb1.pair.com> Date: Mon, 15 Aug 2011 14:42:43 -0700 Message-ID: To: "Matthew Weier O'Phinney" Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Function autoloading through spl_autoload* From: chrisstocktonaz@gmail.com (Chris Stockton) Hello, On Mon, Aug 15, 2011 at 2:30 PM, Matthew Weier O'Phinney wrote: > On 2011-08-14, Derick Rethans wrote: >> On Sat, 6 Aug 2011, Ferenc Kovacs wrote: >> > I would like to introduce this RFC which would provide function >> > autoloading through the spl_autoload facility without userland BC >> > breakage. >> > >> > https://wiki.php.net/rfc/autofunc I must say a few of the suggestions I have seen appear a bit odd, however I believe that the proposed RFC suggestion using SPL is perfectly in alignment with how I would expect auto-loading to work. This would be a nice feature to have for a lot of code bases I am sure. -Chris