Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68721 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28282 invoked from network); 30 Aug 2013 13:13:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2013 13:13:17 -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.181 cause and error) X-PHP-List-Original-Sender: bryan@ravensight.org X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:61731] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/10-27073-C6A90225 for ; Fri, 30 Aug 2013 09:13:17 -0400 Received: by mail-ob0-f181.google.com with SMTP id dn14so1822599obc.40 for ; Fri, 30 Aug 2013 06:13:14 -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=xdIyn+upVIpAa2OoEnvvXXAFd1w7sR9XzrXG2v+Kzvw=; b=ENlyafxBhyIPmj8rt53jVt3NS3zEPQmB+gnYKd+0auV52osfHwMrl1XzL+cQbZoph2 6DVsrqA4olG4OFkoLTaSvvDOuuF7/I70A82f00s9aR/jJehBbMDcDqe+TsrjnU+8TjGy GrX7JJ2SJar+oOQOcTFwI5aDj64+QF4M+G4yepBUoBCkvBd5wq5BpnFUMaiNjsR5a79l oW9voXyNIt+Mwwmnp9jPwNkCeNfMNfBZW1yADw3EKx+j+llEV8Xaq36cS6mt70Jm5nOz EbzoM6fRvSq8v4mitizhV5lVeLR80loHqvMBq1jTPnNucPB0VHlre5JPe0bNIZpU5PjM WEdA== X-Gm-Message-State: ALoCoQnq6OIqpPcGr6sEAnxpY7iqUGQSg6DFEEis5/BjNvFd+TFErJS/flnMAesZdvWT9h2N4uot X-Received: by 10.60.132.142 with SMTP id ou14mr1534925oeb.58.1377868394111; Fri, 30 Aug 2013 06:13:14 -0700 (PDT) Received: from Genie (108-202-93-53.lightspeed.mssnks.sbcglobal.net. [108.202.93.53]) by mx.google.com with ESMTPSA id d3sm38234658oek.5.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 30 Aug 2013 06:13:13 -0700 (PDT) To: "'Julien Pauli'" Cc: References: In-Reply-To: Date: Fri, 30 Aug 2013 08:13:07 -0500 Message-ID: <006c01cea582$ac39be40$04ad3ac0$@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+ebVsgAI8UAA Content-Language: en-us Subject: RE: [PHP-DEV] [DRAFT] [RFC] Function autoloading From: bryan@ravensight.org ("Bryan C. Geraghty") 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