Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68706 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95557 invoked from network); 30 Aug 2013 08:50:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2013 08:50:19 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.51 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.51 mail-vb0-f51.google.com Received: from [209.85.212.51] ([209.85.212.51:49180] helo=mail-vb0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/15-64695-ACC50225 for ; Fri, 30 Aug 2013 04:50:19 -0400 Received: by mail-vb0-f51.google.com with SMTP id x16so1123548vbf.10 for ; Fri, 30 Aug 2013 01:50:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ofzy+ucw7NGrND3xYGsmMsaHeOpmrtOsqK0qoSQ+yHg=; b=SGDGgChe9L6VaD2tCYqrL35WBv2ztYw6ttEerF+05GPRWs4t6Fa0l/YyJWtuhTPsmx sSXQfOFnBiqzK00N0LHTIgEC7IqsJZZZhnIFsoSWyOcretXQisFD7hFyujEooOtSFEHB ODdS+rEltgCzP0Wlnd0ZGFTX+/Vot812p+lHn6IXdNoVTmcvuNv8xXRqcnI3apujawPN a9VTxS4otK5P3LrWAZJ4TjGKxWY1Uc3O8n1ORMBNJW3Z+En/s/3MpPH2ohK//PuitFgv ypubg9MGiOSZOAsavJDIuwkJEko9mVlLIQ/Q7NZG0yzRK2uGH1pEhAmIr1qF8GarL3Nl NlSg== X-Received: by 10.58.146.71 with SMTP id ta7mr5962507veb.23.1377852616391; Fri, 30 Aug 2013 01:50:16 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.73.197 with HTTP; Fri, 30 Aug 2013 01:49:35 -0700 (PDT) In-Reply-To: References: Date: Fri, 30 Aug 2013 10:49:35 +0200 X-Google-Sender-Auth: 82rhwTLjQwDf2RdbNo5PINR2kfM Message-ID: To: Anthony Ferrara Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b5d4a30c0c1b904e5264fdd Subject: Re: [PHP-DEV] [DRAFT] [RFC] Function autoloading From: jpauli@php.net (Julien Pauli) --047d7b5d4a30c0c1b904e5264fdd Content-Type: text/plain; charset=ISO-8859-1 On Fri, Aug 30, 2013 at 3:23 AM, Anthony Ferrara wrote: > All, > > I have created a new draft RFC implementing function and constant > autoloading in master: > > https://wiki.php.net/rfc/function_autoloading > > All feedback is welcome. > 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 --047d7b5d4a30c0c1b904e5264fdd--