Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54607 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79620 invoked from network); 15 Aug 2011 04:36:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2011 04:36:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian.krebs.berlin@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=sebastian.krebs.berlin@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: sebastian.krebs.berlin@googlemail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:41167] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/40-12367-232A84E4 for ; Mon, 15 Aug 2011 00:36:03 -0400 Received: by bkd19 with SMTP id 19so2877556bkd.29 for ; Sun, 14 Aug 2011 21:35:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=zAy0ew6QPkl+mL1icZ5qjg1tJcaTLr+9zZKie/Yu9ls=; b=lTb0wOu5hncpte87KeUep1to4lauNCrex2b9Q5Bg+X1x0giVUmfgsZC7YGfPYtc35v aj2fGIX3Buf1Op07Geefs/bgwdPnwufY52gZq2BzUEPs+qDrurP7f7ejKQmK1Jx8Lbc1 K0RJ15Pn5soidZglykG3N7nbHGJukEUH741Ss= Received: by 10.205.32.194 with SMTP id sl2mr749658bkb.138.1313382959457; Sun, 14 Aug 2011 21:35:59 -0700 (PDT) Received: from [192.168.24.2] (91-64-205-130-dynip.superkabel.de [91.64.205.130]) by mx.google.com with ESMTPS id e21sm1374582bkw.23.2011.08.14.21.35.58 (version=SSLv3 cipher=OTHER); Sun, 14 Aug 2011 21:35:59 -0700 (PDT) Message-ID: <4E48A22E.1040900@googlemail.com> Date: Mon, 15 Aug 2011 06:35:58 +0200 Reply-To: sebastian.krebs.berlin@googlemail.com User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: "internals@lists.php.net" References: <4E481136.3090508@sugarcrm.com> <4E483284.4010100@googlemail.com> <4E4838E1.3000006@sugarcrm.com> <4E48430D.6070409@googlemail.com> <4E486A50.4010700@sugarcrm.com> In-Reply-To: <4E486A50.4010700@sugarcrm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Function autoloading through spl_autoload* From: sebastian.krebs.berlin@googlemail.com (Sebastian Krebs) Hi, Am 15.08.2011 02:37, schrieb Stas Malyshev: > Hi! > > On 8/14/11 2:50 PM, Sebastian Krebs wrote: >> I just want to use functions. Whats wrong with that? Really: Thats all. > > Nothing at all. But changing semantics of the language because somebody > doesn't want to use existing semantics doesn't look like a good idea to > me. PHP has means to do what you want to do. If you don't want to use > them - well, that's your decision. Now I'm getting a little bit confused: About which new/changing semantics you are talking about? I want to use custom functions, that exists, since the language itself exists, but I want to get rid of unnecessary `[include|require]_once()`-calls. I really don't see _any_ new semantics here. Regards, Sebastian