Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54700 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33313 invoked from network); 18 Aug 2011 19:19:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2011 19:19:12 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; 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: tyra3l@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:65524] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/A8-21097-DA56D4E4 for ; Thu, 18 Aug 2011 15:19:10 -0400 Received: by gyd5 with SMTP id 5so1994229gyd.29 for ; Thu, 18 Aug 2011 12:19:07 -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:content-transfer-encoding; bh=HBAWoG/u4aIqG/FxesIuf/wwCDTANlNXA8UXYwDnKpE=; b=rBQIgt79wXx+y1+cbIL5JC1QCaTbrYM8ByaWJ7KbDomAEDOi9ZoiNkAirg2X73Zd09 whrFaGsI3jRo3y7nvvXvu4qF+UZYLlYn/KR2Fs6mtaAOf8YiV5QPTvjcdgwwKJXXsean PvkFhRGI+1ndy86j69HroIBxYTLiLajgfBL5c= MIME-Version: 1.0 Received: by 10.236.200.195 with SMTP id z43mr334259yhn.127.1313695146988; Thu, 18 Aug 2011 12:19:06 -0700 (PDT) Received: by 10.146.83.5 with HTTP; Thu, 18 Aug 2011 12:19:06 -0700 (PDT) In-Reply-To: <4E4D498F.9040408@sugarcrm.com> References: <4E4C3D7D.3040606@googlemail.com> <4E4D498F.9040408@sugarcrm.com> Date: Thu, 18 Aug 2011 21:19:06 +0200 Message-ID: To: Stas Malyshev Cc: Sebastian Krebs , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Function autoloading through spl_autoload* From: tyra3l@gmail.com (Ferenc Kovacs) On Thu, Aug 18, 2011 at 7:19 PM, Stas Malyshev wro= te: > Hi! > > On 8/17/11 3:15 PM, Sebastian Krebs wrote: >> >> However, in my opinion the important part is to just make a decision the >> sooner, the better, as long as there are not too much creepy code out >> there (I don't know any and I can't imagine, that there is). Because >> functions with namespace are quite unhandy without autoloading and I >> don't think, that there is much use of it. > > We already made the decision, when we introduced the namespaces and made = the > resolution order what it is now. And we considered all the variants and > discussed all the arguments brought here back then. could you link the discussion about the function autoloading back then? I only found the namespace resolution discussion, but nothing about functions, except that they should fall back to the global namespace as we don't have/didn't have autoloaders for them. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu