Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54431 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63375 invoked from network); 6 Aug 2011 23:32:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2011 23:32:36 -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.161.42 as permitted sender) X-PHP-List-Original-Sender: sebastian.krebs.berlin@googlemail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:59610] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/10-60645-31FCD3E4 for ; Sat, 06 Aug 2011 19:32:36 -0400 Received: by fxe23 with SMTP id 23so1918842fxe.29 for ; Sat, 06 Aug 2011 16:32:33 -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=QiQETtOBXTOvGCS8COsvkD/dsHq5m2da3eWj1N6JwbM=; b=r8A5oNIhXNkv/xIFj/9s3WuKOGHu2fMsCjsVx6lRP4ELPv8ZwlYpcKrXZAqJl6QvdT Lp3URMCJI3eCc6gy2UPrZMoY06n4qVhNhBponv2stebh561vYCJwSGQ0KvyLlEQDp7Op EPHXS5jDDRCuT6zbYUqfo8Kq3d8t/Bzt/SfqA= Received: by 10.204.13.202 with SMTP id d10mr1151542bka.123.1312673552612; Sat, 06 Aug 2011 16:32:32 -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 i1sm1219950bku.21.2011.08.06.16.32.31 (version=SSLv3 cipher=OTHER); Sat, 06 Aug 2011 16:32:32 -0700 (PDT) Message-ID: <4E3DCF0F.1050305@googlemail.com> Date: Sun, 07 Aug 2011 01:32:31 +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: In-Reply-To: Content-Type: text/plain; charset=UTF-8; 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. I really like to see this [1] and also I would like to see this in 5.4. I cannot C, thus I would appreciate, if someone can provide a patch. Additional I suggests to include constants (global/namespace, not the class constants) into the RFC too. [1] http://news.php.net/php.internals/54196 Am 06.08.2011 13:15, schrieb Ferenc Kovacs: > Hi. > > I would like to introduce this RFC which would provide function > autoloading through the spl_autoload facility without userland BC > breakage. > > https://wiki.php.net/rfc/autofunc >