Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68722 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30143 invoked from network); 30 Aug 2013 13:30:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2013 13:30:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=bryan@ravensight.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=bryan@ravensight.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ravensight.org from 209.85.214.182 cause and error) X-PHP-List-Original-Sender: bryan@ravensight.org X-Host-Fingerprint: 209.85.214.182 mail-ob0-f182.google.com Received: from [209.85.214.182] ([209.85.214.182:60195] helo=mail-ob0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/70-27073-66E90225 for ; Fri, 30 Aug 2013 09:30:15 -0400 Received: by mail-ob0-f182.google.com with SMTP id wo10so1901414obc.27 for ; Fri, 30 Aug 2013 06:30:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :thread-index:content-language; bh=DtGLzTRfIs0cuNOxV2wzXxkkbdzBKmyUjj8M3tc7tBg=; b=GExpHWXQEfAbCr7578elbVpFmE2s6Zc+E868Ms/RVEqYmZ86wJ9vkTFNatVfh6vLuk xY8ZnA/+LYL2y7AMuAJ0rtfvsg2dNSQoAF4hyUMOZ+k9QWM5BlJO6vtGXk6ttyauMESL FfQkfrcgS3AbHjzO8lRas6DS0QNsoSdR8FH98gAIiMvTbTlgOKr/viZnVssHUIRhX52H VMmbAZhKl4ZKmYEtFX9JaKm+G0MhOuSwJNUPYKpDFaSz5ovmkalnukJ99mLPRlK1GUJN xE+DVyNKl0oBb3Yrl3ISqLMrmuDqfSBIcOQ4LAPQz+s1qYZbC/eWyM9/FnzcBELAuq+n 5TQA== X-Gm-Message-State: ALoCoQlXHiAAEVkGAIPZdbnqMLiu5Fo2Bn+LxInh0Vc5pRsY//dRRyGK7Ve4xRNdKL0UpC1ygCFg X-Received: by 10.182.176.34 with SMTP id cf2mr6898642obc.45.1377869411999; Fri, 30 Aug 2013 06:30:11 -0700 (PDT) Received: from Genie (108-202-93-53.lightspeed.mssnks.sbcglobal.net. [108.202.93.53]) by mx.google.com with ESMTPSA id xr8sm37047043obc.12.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 30 Aug 2013 06:30:10 -0700 (PDT) To: "'Julien Pauli'" Cc: References: In-Reply-To: Date: Fri, 30 Aug 2013 08:30:04 -0500 Message-ID: <007301cea585$0ae00510$20a00f30$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac6lXhDwqlye/2RVQkGebn8b+ebVsgAI8UAAAACsr1A= Content-Language: en-us Subject: RE: [PHP-DEV] [DRAFT] [RFC] Function autoloading From: bryan@ravensight.org ("Bryan C. Geraghty") Having said that, I think the overall concept of function autoloading is a useful feature and haven't seen a good argument for why it shouldn't be supported. Bryan -----Original Message----- From: Bryan C. Geraghty [mailto:bryan@ravensight.org] Sent: Friday, August 30, 2013 8:13 AM To: 'Julien Pauli' Cc: 'internals@lists.php.net' Subject: RE: [PHP-DEV] [DRAFT] [RFC] Function autoloading The problem I see with implementing this kind of functionality in Core is that it relies heavily on convention; PSR-0 is specifically a configuration of the core autoloader which allows any configuration, as it should. And while most of the community has adopted PSR-0 (as have I), I do not think Core is the place for it. Bryan -----Original Message----- From: julienpauli@gmail.com [mailto:julienpauli@gmail.com] On Behalf Of Julien Pauli Sent: Friday, August 30, 2013 3:50 AM To: Anthony Ferrara Cc: internals@lists.php.net Subject: Re: [PHP-DEV] [DRAFT] [RFC] Function autoloading Just to say : one benefit of this work would be to finally have autoload functionnality (which is a Core feature IMO) included in Zend/ and no more in an extension. Julien.Pauli