Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92478 invoked from network); 30 Aug 2013 08:43:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2013 08:43:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.180 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.180 mail-ve0-f180.google.com Received: from [209.85.128.180] ([209.85.128.180:41996] helo=mail-ve0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/64-64695-C3B50225 for ; Fri, 30 Aug 2013 04:43:40 -0400 Received: by mail-ve0-f180.google.com with SMTP id pb11so1105797veb.25 for ; Fri, 30 Aug 2013 01:43:37 -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:content-type; bh=mGqUhQPbmDGnfylL8QQyXKxA5jpVFCcmicUGQoz5NLQ=; b=bmDvdrhWzb8FTee+U6yvTqTSPNZlKbPdo+oJCK1ZCOfKqD+lIl3drq/aoCzQdHLdF/ bIn0LJOM58JVmdzW9y7Fos0cFzlFn6PyJMdD9QhelITYucNWOE7BXxxh70VWQTXx7ihi nzoVrI/TMe797UarAPm1rzaSdTb6/BFBNVyIAPKs9APJ25oHzmjk92PufM6A4ThIhHgF Xl33mAptJDRMVCiiny/V3pTdkHnYNdh6mM5xxz+YvR/i50saEQ61fH3Vtqs14XAAkFEU mXyEJ8UBsiqUi9L7Bay80FjA1nvn3/ImXYb64YesCRaXidiQLl9acbAxpsiYfJbeEBkJ nk8g== X-Received: by 10.221.40.10 with SMTP id to10mr5996670vcb.22.1377852217698; Fri, 30 Aug 2013 01:43:37 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.73.197 with HTTP; Fri, 30 Aug 2013 01:42:57 -0700 (PDT) In-Reply-To: <52204B4A.5090400@php.net> References: <52204B4A.5090400@php.net> Date: Fri, 30 Aug 2013 10:42:57 +0200 X-Google-Sender-Auth: -yx4qODNm9etgrF0nbxjG5q3cts Message-ID: To: PHP Internals , Sebastian Bergmann Content-Type: multipart/alternative; boundary=001a11337576fd30c604e5263788 Subject: Re: [PHP-DEV] [DRAFT] [RFC] Function autoloading From: jpauli@php.net (Julien Pauli) --001a11337576fd30c604e5263788 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Aug 30, 2013 at 9:35 AM, Sebastian Bergmann wrote: > Am 30.08.2013 03:23, schrieb Anthony Ferrara: > > All feedback is welcome. > > Can we please get rid off the __autoload() function first before we > consider adding new functionality? > Huge +1 to start deprecating this feature, then completely remove it. And to continue the discussion, I recall that we, as PHP contributors, disagreed to include a PSR-0 compatible autoloader into Core. So the argument of PSR-0 is not valid for me, as it has nothing to do with PHP internals and actually is "just a recommandation" we didn't want to merge into PHP. Perhaps is it also time to talk about this subject back and finally all agree on a default recommanded implentation of autoloading in PHP (internally supported) ? Julien.Pauli --001a11337576fd30c604e5263788--