Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77934 invoked from network); 22 Nov 2009 17:57:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2009 17:57:46 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:44816] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/B8-22148-99B790B4 for ; Sun, 22 Nov 2009 12:57:46 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 0B5DC1EBC014; Sun, 22 Nov 2009 17:57:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PA0l8AG2oaRP; Sun, 22 Nov 2009 18:57:42 +0100 (CET) Received: from [192.168.0.151] (217-162-131-234.dclient.hispeed.ch [217.162.131.234]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 60C61414400B; Sun, 22 Nov 2009 18:57:40 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) In-Reply-To: Date: Sun, 22 Nov 2009 18:57:38 +0100 Cc: Greg Beaver , Mikko Koppanen , Stanislav Malyshev , internals@lists.php.net, Christian Schneider Content-Transfer-Encoding: quoted-printable Message-ID: References: <413588E2-8AC8-49F7-B7BF-97BEFB0A71E4@pooteeweet.org> <4AF9A03E.8000207@cschneid.com> <4AF9AE1A.9000005@zend.com> <4AF9C589.3090604@chiaraquartet.net> <4AF9CCEA.1030500@zend.com> <4AFA0449.2030600@chiaraquartet.net> <4AFA0756.4020609@zend.com> <4AFA0A38.7000502@chiaraquartet.net> <8B520687-04D6-4CB3-BB7A-51A62D74489B@pooteeweet.org> <8cf711460911110244m22e2fedag21e294d8d3909037@mail.gmail.com> <65D94139-8A66-4C89-8418-160F5B2A4280@pooteeweet.org> <4AFAC12B.7000909@chiaraquartet.net> X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders From: mls@pooteeweet.org (Lukas Kahwe Smith) On 22.11.2009, at 18:01, Lukas Kahwe Smith wrote: > So there are three approaches listed in the RFC: > 1) http://wiki.php.net/rfc/autoload_include#proposal > add a new alternative to include, which works the same except that for = missing files it returns null and on success it returns the file = location (unless the file already returns something else explicitly) -1 > 2) = http://wiki.php.net/rfc/autoload_include#add_stream_support_to_includerequ= ire > add stream support to include/require +1 > 3) = http://wiki.php.net/rfc/autoload_include#add_function_to_resolve_the_inclu= de_path > fix up stream_resolve_include_path() to support streams. +1, resolve_include_path(), +1 for 5.3.2 regards, Lukas Kahwe Smith mls@pooteeweet.org